#0CA119

Color #0CA119 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0CA119

Tints of Islamic Green #0CA119

Color information

#0CA119 (or 0x0CA119) is unknown color: approx Islamic Green. HEX triplet: 0C, A1 and 19. RGB value is (12,161,25). Sum of RGB (Red+Green+Blue) = 12+161+25=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 161 (63.28% from 255 or 81.31% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA119 is #F35EE6. Grayscale: #656565. Windows color (decimal): -15949543 or 1679628. OLE color: 1679628.

HSL color Cylindrical-coordinate representation of color #0CA119: hue angle of 125.23º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA119 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB1216125-
CMYK0.9300.840.37
HSL125.23º86.13%33.92%-
HSV(B)125.23º92.55%63.14%-
XYZ13.0725.645.18-
YUV100.9485.1464.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 6.06%
GREEN value IS 161 (63.28% from 255) = 81.31%
BLUE value IS 25 (10.16% from 255) = 12.63%
R=6.06%
G=81.31%
B=12.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12161250.9300.840.37125.2386.1333.92
HexCA1195D054257d5622
Octal142413113501244517512642
Binary1100101000011100110111010101010010010111111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CA119; }

 p { color: rgb(12,161,25); }

 H1.HeaderClassName
 {
   color: #0CA119;
 }
 .AnyTagClassName
 {
   color: #0CA119;
 }
</style>
background-color css

<style>
 a { background-color: #0CA119; }

 a { background-color: rgb(12,161,25); }

 div.DivClassName
 {
   background-color: #0CA119;
 }
 .BgClassName
 {
   background-color: #0CA119;
 }
</style>
border-color css

<style>
 span { border-color: #0CA119; }

 span { border-color: rgb(12,161,25); }

 td.TdClassName
 {
   border-color: #0CA119;
 }
 .TagClassName
 {
   border-color: #0CA119;
 }
</style>