Shades of Islamic Green #0C9202
Tints of Islamic Green #0C9202
RGB
CMYK
RGB Variations
Color information
#0C9202 (or 0x0C9202) is known color: Islamic Green. HEX triplet: 0C, 92 and 02. RGB value is (12,146,2). Sum of RGB (Red+Green+Blue) = 12+146+2=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 146 (57.42% from 255 or 91.25% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9202 is #F36DFD. Grayscale: #595959. Windows color (decimal): -15953406 or 168460. OLE color: 168460.
HSL color Cylindrical-coordinate representation of color #0C9202: hue angle of 115.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C9202 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 2 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.43 |
| HSL | 115.83º | 0.97% | 0.29% | - |
| HSV(B) | 115.83º | 0.99% | 0.57% | - |
| XYZ | 10.44 | 20.64 | 3.49 | - |
| YUV | 89.52 | 78.61 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 2 | 0.92 | 0 | 0.99 | 0.43 | 115.83 | 0.97 | 0.29 |
| Hex | C | 92 | 2 | 5C | 0 | 63 | 2B | 74 | 61 | 1D |
| Octal | 14 | 222 | 2 | 134 | 0 | 143 | 53 | 164 | 141 | 35 |
| Binary | 1100 | 10010010 | 10 | 1011100 | 0 | 1100011 | 101011 | 1110100 | 1100001 | 11101 |
Color Harmonies of #0C9202
Complementary color
Monochromatic Colors of #0C9202
Black with #0C9202
Text Example
Text Example
White with #0C9202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9202; }
p { color: rgb(12,146,2); }
H1.HeaderClassName
{
color: #0C9202;
}
.AnyTagClassName
{
color: #0C9202;
}
</style>
background-color css
<style>
a { background-color: #0C9202; }
a { background-color: rgb(12,146,2); }
div.DivClassName
{
background-color: #0C9202;
}
.BgClassName
{
background-color: #0C9202;
}
</style>
border-color css
<style>
span { border-color: #0C9202; }
span { border-color: rgb(12,146,2); }
td.TdClassName
{
border-color: #0C9202;
}
.TagClassName
{
border-color: #0C9202;
}
</style>