Shades of Islamic Green #0C9E02
Tints of Islamic Green #0C9E02
RGB
CMYK
RGB Variations
Color information
#0C9E02 (or 0x0C9E02) is known color: Islamic Green. HEX triplet: 0C, 9E and 02. RGB value is (12,158,2). Sum of RGB (Red+Green+Blue) = 12+158+2=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 158 (62.11% from 255 or 91.86% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9E02 is #F361FD. Grayscale: #616161. Windows color (decimal): -15950334 or 171532. OLE color: 171532.
HSL color Cylindrical-coordinate representation of color #0C9E02: hue angle of 116.15º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C9E02 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 158 | 2 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.38 |
| HSL | 116.15º | 0.98% | 0.31% | - |
| HSV(B) | 116.15º | 0.99% | 0.62% | - |
| XYZ | 12.39 | 24.54 | 4.14 | - |
| YUV | 96.56 | 74.63 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 158 | 2 | 0.92 | 0 | 0.99 | 0.38 | 116.15 | 0.98 | 0.31 |
| Hex | C | 9E | 2 | 5C | 0 | 63 | 26 | 74 | 62 | 1F |
| Octal | 14 | 236 | 2 | 134 | 0 | 143 | 46 | 164 | 142 | 37 |
| Binary | 1100 | 10011110 | 10 | 1011100 | 0 | 1100011 | 100110 | 1110100 | 1100010 | 11111 |
Color Harmonies of #0C9E02
Complementary color
Monochromatic Colors of #0C9E02
Black with #0C9E02
Text Example
Text Example
White with #0C9E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9E02; }
p { color: rgb(12,158,2); }
H1.HeaderClassName
{
color: #0C9E02;
}
.AnyTagClassName
{
color: #0C9E02;
}
</style>
background-color css
<style>
a { background-color: #0C9E02; }
a { background-color: rgb(12,158,2); }
div.DivClassName
{
background-color: #0C9E02;
}
.BgClassName
{
background-color: #0C9E02;
}
</style>
border-color css
<style>
span { border-color: #0C9E02; }
span { border-color: rgb(12,158,2); }
td.TdClassName
{
border-color: #0C9E02;
}
.TagClassName
{
border-color: #0C9E02;
}
</style>