Shades of Islamic Green #0CC013
Tints of Islamic Green #0CC013
RGB
CMYK
RGB Variations
Color information
#0CC013 (or 0x0CC013) is known color: Islamic Green. HEX triplet: 0C, C0 and 13. RGB value is (12,192,19). Sum of RGB (Red+Green+Blue) = 12+192+19=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 192 (75.39% from 255 or 86.10% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC013 is #F33FEC. Grayscale: #767676. Windows color (decimal): -15941613 or 1294348. OLE color: 1294348.
HSL color Cylindrical-coordinate representation of color #0CC013: hue angle of 122.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC013 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 19 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.25 |
| HSL | 122.33º | 0.88% | 0.4% | - |
| HSV(B) | 122.33º | 0.94% | 0.75% | - |
| XYZ | 19.12 | 37.82 | 6.91 | - |
| YUV | 118.46 | 71.87 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 19 | 0.94 | 0 | 0.90 | 0.25 | 122.33 | 0.88 | 0.4 |
| Hex | C | C0 | 13 | 5E | 0 | 5A | 19 | 7A | 58 | 28 |
| Octal | 14 | 300 | 23 | 136 | 0 | 132 | 31 | 172 | 130 | 50 |
| Binary | 1100 | 11000000 | 10011 | 1011110 | 0 | 1011010 | 11001 | 1111010 | 1011000 | 101000 |
Color Harmonies of #0CC013
Complementary color
Monochromatic Colors of #0CC013
Black with #0CC013
Text Example
Text Example
White with #0CC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC013; }
p { color: rgb(12,192,19); }
H1.HeaderClassName
{
color: #0CC013;
}
.AnyTagClassName
{
color: #0CC013;
}
</style>
background-color css
<style>
a { background-color: #0CC013; }
a { background-color: rgb(12,192,19); }
div.DivClassName
{
background-color: #0CC013;
}
.BgClassName
{
background-color: #0CC013;
}
</style>
border-color css
<style>
span { border-color: #0CC013; }
span { border-color: rgb(12,192,19); }
td.TdClassName
{
border-color: #0CC013;
}
.TagClassName
{
border-color: #0CC013;
}
</style>