Shades of Islamic Green #0C9802
Tints of Islamic Green #0C9802
RGB
CMYK
RGB Variations
Color information
#0C9802 (or 0x0C9802) is known color: Islamic Green. HEX triplet: 0C, 98 and 02. RGB value is (12,152,2). Sum of RGB (Red+Green+Blue) = 12+152+2=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 152 (59.77% from 255 or 91.57% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 152 - color contains mainly: green. Hex color #0C9802 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9802 is #F367FD. Grayscale: #5D5D5D. Windows color (decimal): -15951870 or 169996. OLE color: 169996.
HSL color Cylindrical-coordinate representation of color #0C9802: hue angle of 116º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C9802 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 152 | 2 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.40 |
| HSL | 116º | 0.97% | 0.3% | - |
| HSV(B) | 116º | 0.99% | 0.6% | - |
| XYZ | 11.39 | 22.54 | 3.81 | - |
| YUV | 93.04 | 76.62 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 2 | 0.92 | 0 | 0.99 | 0.40 | 116 | 0.97 | 0.3 |
| Hex | C | 98 | 2 | 5C | 0 | 63 | 28 | 74 | 61 | 1E |
| Octal | 14 | 230 | 2 | 134 | 0 | 143 | 50 | 164 | 141 | 36 |
| Binary | 1100 | 10011000 | 10 | 1011100 | 0 | 1100011 | 101000 | 1110100 | 1100001 | 11110 |
Color Harmonies of #0C9802
Complementary color
Monochromatic Colors of #0C9802
Black with #0C9802
Text Example
Text Example
White with #0C9802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9802; }
p { color: rgb(12,152,2); }
H1.HeaderClassName
{
color: #0C9802;
}
.AnyTagClassName
{
color: #0C9802;
}
</style>
background-color css
<style>
a { background-color: #0C9802; }
a { background-color: rgb(12,152,2); }
div.DivClassName
{
background-color: #0C9802;
}
.BgClassName
{
background-color: #0C9802;
}
</style>
border-color css
<style>
span { border-color: #0C9802; }
span { border-color: rgb(12,152,2); }
td.TdClassName
{
border-color: #0C9802;
}
.TagClassName
{
border-color: #0C9802;
}
</style>