Shades of Islamic Green #0CC207
Tints of Islamic Green #0CC207
RGB
CMYK
RGB Variations
Color information
#0CC207 (or 0x0CC207) is known color: Islamic Green. HEX triplet: 0C, C2 and 07. RGB value is (12,194,7). Sum of RGB (Red+Green+Blue) = 12+194+7=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 194 (76.17% from 255 or 91.08% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC207 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC207 is #F33DF8. Grayscale: #767676. Windows color (decimal): -15941113 or 508428. OLE color: 508428.
HSL color Cylindrical-coordinate representation of color #0CC207: hue angle of 118.4º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CC207 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 7 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.24 |
| HSL | 118.4º | 0.93% | 0.39% | - |
| HSV(B) | 118.4º | 0.96% | 0.76% | - |
| XYZ | 19.48 | 38.68 | 6.64 | - |
| YUV | 118.26 | 65.2 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 7 | 0.94 | 0 | 0.96 | 0.24 | 118.4 | 0.93 | 0.39 |
| Hex | C | C2 | 7 | 5E | 0 | 60 | 18 | 76 | 5D | 27 |
| Octal | 14 | 302 | 7 | 136 | 0 | 140 | 30 | 166 | 135 | 47 |
| Binary | 1100 | 11000010 | 111 | 1011110 | 0 | 1100000 | 11000 | 1110110 | 1011101 | 100111 |
Color Harmonies of #0CC207
Complementary color
Monochromatic Colors of #0CC207
Black with #0CC207
Text Example
Text Example
White with #0CC207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC207; }
p { color: rgb(12,194,7); }
H1.HeaderClassName
{
color: #0CC207;
}
.AnyTagClassName
{
color: #0CC207;
}
</style>
background-color css
<style>
a { background-color: #0CC207; }
a { background-color: rgb(12,194,7); }
div.DivClassName
{
background-color: #0CC207;
}
.BgClassName
{
background-color: #0CC207;
}
</style>
border-color css
<style>
span { border-color: #0CC207; }
span { border-color: rgb(12,194,7); }
td.TdClassName
{
border-color: #0CC207;
}
.TagClassName
{
border-color: #0CC207;
}
</style>