#0CA20C

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

Shades of Islamic Green #0CA20C

Tints of Islamic Green #0CA20C

Color information

#0CA20C (or 0x0CA20C) is unknown color: approx Islamic Green. HEX triplet: 0C, A2 and 0C. RGB value is (12,162,12). Sum of RGB (Red+Green+Blue) = 12+162+12=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 162 (63.67% from 255 or 87.10% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA20C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA20C is #F35DF3. Grayscale: #646464. Windows color (decimal): -15949300 or 827916. OLE color: 827916.

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

Color convert

RGB1216212-
CMYK0.9300.930.36
HSL120º86.21%34.12%-
HSV(B)120º92.59%63.53%-
XYZ13.1425.954.66-
YUV100.0578.3165.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.45%
GREEN value IS 162 (63.67% from 255) = 87.10%
BLUE value IS 12 (5.08% from 255) = 6.45%
R=6.45%
G=87.10%
B=6.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12162120.9300.930.3612086.2134.12
HexCA2C5D05D24785622
Octal142421413501354417012642
Binary110010100010110010111010101110110010011110001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,162,12); }

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

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

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

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

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

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

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