Shades of Islamic Green #0CC401
Tints of Islamic Green #0CC401
RGB
CMYK
RGB Variations
Color information
#0CC401 (or 0x0CC401) is known color: Islamic Green. HEX triplet: 0C, C4 and 01. RGB value is (12,196,1). Sum of RGB (Red+Green+Blue) = 12+196+1=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 196 (76.95% from 255 or 93.78% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC401 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC401 is #F33BFE. Grayscale: #777777. Windows color (decimal): -15940607 or 115724. OLE color: 115724.
HSL color Cylindrical-coordinate representation of color #0CC401: hue angle of 116.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CC401 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 196 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.23 |
| HSL | 116.62º | 0.99% | 0.39% | - |
| HSV(B) | 116.62º | 0.99% | 0.77% | - |
| XYZ | 19.9 | 39.56 | 6.62 | - |
| YUV | 118.75 | 61.54 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 196 | 1 | 0.94 | 0 | 0.99 | 0.23 | 116.62 | 0.99 | 0.39 |
| Hex | C | C4 | 1 | 5E | 0 | 63 | 17 | 75 | 63 | 27 |
| Octal | 14 | 304 | 1 | 136 | 0 | 143 | 27 | 165 | 143 | 47 |
| Binary | 1100 | 11000100 | 1 | 1011110 | 0 | 1100011 | 10111 | 1110101 | 1100011 | 100111 |
Color Harmonies of #0CC401
Complementary color
Monochromatic Colors of #0CC401
Black with #0CC401
Text Example
Text Example
White with #0CC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC401; }
p { color: rgb(12,196,1); }
H1.HeaderClassName
{
color: #0CC401;
}
.AnyTagClassName
{
color: #0CC401;
}
</style>
background-color css
<style>
a { background-color: #0CC401; }
a { background-color: rgb(12,196,1); }
div.DivClassName
{
background-color: #0CC401;
}
.BgClassName
{
background-color: #0CC401;
}
</style>
border-color css
<style>
span { border-color: #0CC401; }
span { border-color: rgb(12,196,1); }
td.TdClassName
{
border-color: #0CC401;
}
.TagClassName
{
border-color: #0CC401;
}
</style>