Shades of Islamic Green #01C111
Tints of Islamic Green #01C111
RGB
CMYK
RGB Variations
Color information
#01C111 (or 0x01C111) is known color: Islamic Green. HEX triplet: 01, C1 and 11. RGB value is (1,193,17). Sum of RGB (Red+Green+Blue) = 1+193+17=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 193 (75.78% from 255 or 91.47% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 193 - color contains mainly: green. Hex color #01C111 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C111 is #FE3EEE. Grayscale: #747474. Windows color (decimal): -16662255 or 1163521. OLE color: 1163521.
HSL color Cylindrical-coordinate representation of color #01C111: hue angle of 125º 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 #01C111 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 17 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.24 |
| HSL | 125º | 0.99% | 0.38% | - |
| HSV(B) | 125º | 0.99% | 0.76% | - |
| XYZ | 19.18 | 38.19 | 6.89 | - |
| YUV | 115.53 | 72.39 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 17 | 0.99 | 0 | 0.91 | 0.24 | 125 | 0.99 | 0.38 |
| Hex | 1 | C1 | 11 | 63 | 0 | 5B | 18 | 7D | 63 | 26 |
| Octal | 1 | 301 | 21 | 143 | 0 | 133 | 30 | 175 | 143 | 46 |
| Binary | 1 | 11000001 | 10001 | 1100011 | 0 | 1011011 | 11000 | 1111101 | 1100011 | 100110 |
Color Harmonies of #01C111
Complementary color
Monochromatic Colors of #01C111
Black with #01C111
Text Example
Text Example
White with #01C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C111; }
p { color: rgb(1,193,17); }
H1.HeaderClassName
{
color: #01C111;
}
.AnyTagClassName
{
color: #01C111;
}
</style>
background-color css
<style>
a { background-color: #01C111; }
a { background-color: rgb(1,193,17); }
div.DivClassName
{
background-color: #01C111;
}
.BgClassName
{
background-color: #01C111;
}
</style>
border-color css
<style>
span { border-color: #01C111; }
span { border-color: rgb(1,193,17); }
td.TdClassName
{
border-color: #01C111;
}
.TagClassName
{
border-color: #01C111;
}
</style>