Shades of Islamic Green #01C212
Tints of Islamic Green #01C212
RGB
CMYK
RGB Variations
Color information
#01C212 (or 0x01C212) is known color: Islamic Green. HEX triplet: 01, C2 and 12. RGB value is (1,194,18). Sum of RGB (Red+Green+Blue) = 1+194+18=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 194 (76.17% from 255 or 91.08% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 194 - color contains mainly: green. Hex color #01C212 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C212 is #FE3DED. Grayscale: #747474. Windows color (decimal): -16661998 or 1229313. OLE color: 1229313.
HSL color Cylindrical-coordinate representation of color #01C212: hue angle of 125.28º degrees, saturation: 0.99, 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 #01C212 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 18 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.24 |
| HSL | 125.29º | 0.99% | 0.38% | - |
| HSV(B) | 125.29º | 0.99% | 0.76% | - |
| XYZ | 19.41 | 38.63 | 7.01 | - |
| YUV | 116.23 | 72.56 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 18 | 0.99 | 0 | 0.91 | 0.24 | 125.29 | 0.99 | 0.38 |
| Hex | 1 | C2 | 12 | 63 | 0 | 5B | 18 | 7D | 63 | 26 |
| Octal | 1 | 302 | 22 | 143 | 0 | 133 | 30 | 175 | 143 | 46 |
| Binary | 1 | 11000010 | 10010 | 1100011 | 0 | 1011011 | 11000 | 1111101 | 1100011 | 100110 |
Color Harmonies of #01C212
Complementary color
Monochromatic Colors of #01C212
Black with #01C212
Text Example
Text Example
White with #01C212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C212; }
p { color: rgb(1,194,18); }
H1.HeaderClassName
{
color: #01C212;
}
.AnyTagClassName
{
color: #01C212;
}
</style>
background-color css
<style>
a { background-color: #01C212; }
a { background-color: rgb(1,194,18); }
div.DivClassName
{
background-color: #01C212;
}
.BgClassName
{
background-color: #01C212;
}
</style>
border-color css
<style>
span { border-color: #01C212; }
span { border-color: rgb(1,194,18); }
td.TdClassName
{
border-color: #01C212;
}
.TagClassName
{
border-color: #01C212;
}
</style>