#0CA408

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

Shades of Islamic Green #0CA408

Tints of Islamic Green #0CA408

Color information

#0CA408 (or 0x0CA408) is unknown color: approx Islamic Green. HEX triplet: 0C, A4 and 08. RGB value is (12,164,8). Sum of RGB (Red+Green+Blue) = 12+164+8=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 164 (64.45% from 255 or 89.13% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA408 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA408 is #F35BF7. Grayscale: #656565. Windows color (decimal): -15948792 or 566284. OLE color: 566284.

HSL color Cylindrical-coordinate representation of color #0CA408: hue angle of 118.46º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA408 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB121648-
CMYK0.9300.950.36
HSL118.46º90.7%33.73%-
HSV(B)118.46º95.12%64.31%-
XYZ13.4726.654.66-
YUV100.7775.6464.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.52%
GREEN value IS 164 (64.45% from 255) = 89.13%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=6.52%
G=89.13%
B=4.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1216480.9300.950.36118.4690.733.73
HexCA485D05F24765b22
Octal142441013501374416613342
Binary110010100100100010111010101111110010011101101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,164,8); }

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

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

 a { background-color: rgb(12,164,8); }

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

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

 span { border-color: rgb(12,164,8); }

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