#0C9605

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

Shades of Islamic Green #0C9605

Tints of Islamic Green #0C9605

Color information

#0C9605 (or 0x0C9605) is unknown color: approx Islamic Green. HEX triplet: 0C, 96 and 05. RGB value is (12,150,5). Sum of RGB (Red+Green+Blue) = 12+150+5=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 150 (58.98% from 255 or 89.82% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9605 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9605 is #F369FA. Grayscale: #5C5C5C. Windows color (decimal): -15952379 or 366092. OLE color: 366092.

HSL color Cylindrical-coordinate representation of color #0C9605: hue angle of 117.1º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C9605 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB121505-
CMYK0.9200.970.41
HSL117.1º93.55%30.39%-
HSV(B)117.1º96.67%58.82%-
XYZ11.0921.93.79-
YUV92.2178.7870.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.19%
GREEN value IS 150 (58.98% from 255) = 89.82%
BLUE value IS 5 (2.34% from 255) = 2.99%
R=7.19%
G=89.82%
B=2.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1215050.9200.970.41117.193.5530.39
HexC9655C06129755e1e
Octal14226513401415116513636
Binary1100100101101011011100011000011010011110101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,150,5); }

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

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

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

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

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

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

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