Shades of Islamic Green #0CC902
Tints of Islamic Green #0CC902
RGB
CMYK
RGB Variations
Color information
#0CC902 (or 0x0CC902) is known color: Islamic Green. HEX triplet: 0C, C9 and 02. RGB value is (12,201,2). Sum of RGB (Red+Green+Blue) = 12+201+2=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 201 (78.91% from 255 or 93.49% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC902 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC902 is #F336FD. Grayscale: #7A7A7A. Windows color (decimal): -15939326 or 182540. OLE color: 182540.
HSL color Cylindrical-coordinate representation of color #0CC902: hue angle of 116.98º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CC902 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.21 |
| HSL | 116.98º | 0.98% | 0.4% | - |
| HSV(B) | 116.98º | 0.99% | 0.79% | - |
| XYZ | 21.05 | 41.86 | 7.03 | - |
| YUV | 121.8 | 60.38 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 2 | 0.94 | 0 | 0.99 | 0.21 | 116.98 | 0.98 | 0.4 |
| Hex | C | C9 | 2 | 5E | 0 | 63 | 15 | 75 | 62 | 28 |
| Octal | 14 | 311 | 2 | 136 | 0 | 143 | 25 | 165 | 142 | 50 |
| Binary | 1100 | 11001001 | 10 | 1011110 | 0 | 1100011 | 10101 | 1110101 | 1100010 | 101000 |
Color Harmonies of #0CC902
Complementary color
Monochromatic Colors of #0CC902
Black with #0CC902
Text Example
Text Example
White with #0CC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC902; }
p { color: rgb(12,201,2); }
H1.HeaderClassName
{
color: #0CC902;
}
.AnyTagClassName
{
color: #0CC902;
}
</style>
background-color css
<style>
a { background-color: #0CC902; }
a { background-color: rgb(12,201,2); }
div.DivClassName
{
background-color: #0CC902;
}
.BgClassName
{
background-color: #0CC902;
}
</style>
border-color css
<style>
span { border-color: #0CC902; }
span { border-color: rgb(12,201,2); }
td.TdClassName
{
border-color: #0CC902;
}
.TagClassName
{
border-color: #0CC902;
}
</style>