Shades of Islamic Green #0CC202
Tints of Islamic Green #0CC202
RGB
CMYK
RGB Variations
Color information
#0CC202 (or 0x0CC202) is known color: Islamic Green. HEX triplet: 0C, C2 and 02. RGB value is (12,194,2). Sum of RGB (Red+Green+Blue) = 12+194+2=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 194 (76.17% from 255 or 93.27% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC202 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC202 is #F33DFD. Grayscale: #767676. Windows color (decimal): -15941118 or 180748. OLE color: 180748.
HSL color Cylindrical-coordinate representation of color #0CC202: hue angle of 116.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CC202 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.24 |
| HSL | 116.88º | 0.98% | 0.38% | - |
| HSV(B) | 116.88º | 0.99% | 0.76% | - |
| XYZ | 19.45 | 38.67 | 6.5 | - |
| YUV | 117.69 | 62.7 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 2 | 0.94 | 0 | 0.99 | 0.24 | 116.88 | 0.98 | 0.38 |
| Hex | C | C2 | 2 | 5E | 0 | 63 | 18 | 75 | 62 | 26 |
| Octal | 14 | 302 | 2 | 136 | 0 | 143 | 30 | 165 | 142 | 46 |
| Binary | 1100 | 11000010 | 10 | 1011110 | 0 | 1100011 | 11000 | 1110101 | 1100010 | 100110 |
Color Harmonies of #0CC202
Complementary color
Monochromatic Colors of #0CC202
Black with #0CC202
Text Example
Text Example
White with #0CC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC202; }
p { color: rgb(12,194,2); }
H1.HeaderClassName
{
color: #0CC202;
}
.AnyTagClassName
{
color: #0CC202;
}
</style>
background-color css
<style>
a { background-color: #0CC202; }
a { background-color: rgb(12,194,2); }
div.DivClassName
{
background-color: #0CC202;
}
.BgClassName
{
background-color: #0CC202;
}
</style>
border-color css
<style>
span { border-color: #0CC202; }
span { border-color: rgb(12,194,2); }
td.TdClassName
{
border-color: #0CC202;
}
.TagClassName
{
border-color: #0CC202;
}
</style>