#0C9206

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

Shades of Islamic Green #0C9206

Tints of Islamic Green #0C9206

Color information

#0C9206 (or 0x0C9206) is unknown color: approx Islamic Green. HEX triplet: 0C, 92 and 06. RGB value is (12,146,6). Sum of RGB (Red+Green+Blue) = 12+146+6=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 146 (57.42% from 255 or 89.02% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9206 is #F36DF9. Grayscale: #5A5A5A. Windows color (decimal): -15953402 or 430604. OLE color: 430604.

HSL color Cylindrical-coordinate representation of color #0C9206: hue angle of 117.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C9206 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB121466-
CMYK0.9200.960.43
HSL117.43º92.11%29.8%-
HSV(B)117.43º95.89%57.25%-
XYZ10.4620.653.61-
YUV89.9780.6172.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.32%
GREEN value IS 146 (57.42% from 255) = 89.02%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=7.32%
G=89.02%
B=3.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1214660.9200.960.43117.4392.1129.8
HexC9265C0602B755c1e
Octal14222613401405316513436
Binary1100100100101101011100011000001010111110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,146,6); }

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

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

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

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

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

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

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