#0A9C0C

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

Shades of Islamic Green #0A9C0C

Tints of Islamic Green #0A9C0C

Color information

#0A9C0C (or 0x0A9C0C) is unknown color: approx Islamic Green. HEX triplet: 0A, 9C and 0C. RGB value is (10,156,12). Sum of RGB (Red+Green+Blue) = 10+156+12=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 156 (61.33% from 255 or 87.64% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9C0C is #F563F3. Grayscale: #606060. Windows color (decimal): -16081908 or 826378. OLE color: 826378.

HSL color Cylindrical-coordinate representation of color #0A9C0C: hue angle of 120.82º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9C0C is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB1015612-
CMYK0.9400.920.39
HSL120.82º87.95%32.55%-
HSV(B)120.82º93.59%61.18%-
XYZ12.0823.874.32-
YUV95.9380.6366.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.62%
GREEN value IS 156 (61.33% from 255) = 87.64%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=5.62%
G=87.64%
B=6.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10156120.9400.920.39120.8287.9532.55
HexA9CC5E05C27795821
Octal122341413601344717113041
Binary101010011100110010111100101110010011111110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,156,12); }

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

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

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

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

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

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

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