#0C9805

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

Shades of Islamic Green #0C9805

Tints of Islamic Green #0C9805

Color information

#0C9805 (or 0x0C9805) is unknown color: approx Islamic Green. HEX triplet: 0C, 98 and 05. RGB value is (12,152,5). Sum of RGB (Red+Green+Blue) = 12+152+5=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 152 (59.77% from 255 or 89.94% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 152 - color contains mainly: green. Hex color #0C9805 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9805 is #F367FA. Grayscale: #5D5D5D. Windows color (decimal): -15951867 or 366604. OLE color: 366604.

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

Color convert

RGB121525-
CMYK0.9200.970.40
HSL117.14º93.63%30.78%-
HSV(B)117.14º96.71%59.61%-
XYZ11.4122.553.89-
YUV93.3878.1269.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.10%
GREEN value IS 152 (59.77% from 255) = 89.94%
BLUE value IS 5 (2.34% from 255) = 2.96%
R=7.10%
G=89.94%
B=2.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1215250.9200.970.40117.1493.6330.78
HexC9855C06128755e1f
Octal14230513401415016513637
Binary1100100110001011011100011000011010001110101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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