Shades of Islamic Green #0CC211
Tints of Islamic Green #0CC211
RGB
CMYK
RGB Variations
Color information
#0CC211 (or 0x0CC211) is known color: Islamic Green. HEX triplet: 0C, C2 and 11. RGB value is (12,194,17). Sum of RGB (Red+Green+Blue) = 12+194+17=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 194 (76.17% from 255 or 87.00% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC211 is #F33DEE. Grayscale: #777777. Windows color (decimal): -15941103 or 1163788. OLE color: 1163788.
HSL color Cylindrical-coordinate representation of color #0CC211: hue angle of 121.65º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC211 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 17 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.24 |
| HSL | 121.65º | 0.88% | 0.4% | - |
| HSV(B) | 121.65º | 0.94% | 0.76% | - |
| XYZ | 19.54 | 38.7 | 6.97 | - |
| YUV | 119.4 | 70.2 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 17 | 0.94 | 0 | 0.91 | 0.24 | 121.65 | 0.88 | 0.4 |
| Hex | C | C2 | 11 | 5E | 0 | 5B | 18 | 7A | 58 | 28 |
| Octal | 14 | 302 | 21 | 136 | 0 | 133 | 30 | 172 | 130 | 50 |
| Binary | 1100 | 11000010 | 10001 | 1011110 | 0 | 1011011 | 11000 | 1111010 | 1011000 | 101000 |
Color Harmonies of #0CC211
Complementary color
Monochromatic Colors of #0CC211
Black with #0CC211
Text Example
Text Example
White with #0CC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC211; }
p { color: rgb(12,194,17); }
H1.HeaderClassName
{
color: #0CC211;
}
.AnyTagClassName
{
color: #0CC211;
}
</style>
background-color css
<style>
a { background-color: #0CC211; }
a { background-color: rgb(12,194,17); }
div.DivClassName
{
background-color: #0CC211;
}
.BgClassName
{
background-color: #0CC211;
}
</style>
border-color css
<style>
span { border-color: #0CC211; }
span { border-color: rgb(12,194,17); }
td.TdClassName
{
border-color: #0CC211;
}
.TagClassName
{
border-color: #0CC211;
}
</style>