Shades of Islamic Green #01C008
Tints of Islamic Green #01C008
RGB
CMYK
RGB Variations
Color information
#01C008 (or 0x01C008) is known color: Islamic Green. HEX triplet: 01, C0 and 08. RGB value is (1,192,8). Sum of RGB (Red+Green+Blue) = 1+192+8=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 192 (75.39% from 255 or 95.52% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 192 - color contains mainly: green. Hex color #01C008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C008 is #FE3FF7. Grayscale: #727272. Windows color (decimal): -16662520 or 573441. OLE color: 573441.
HSL color Cylindrical-coordinate representation of color #01C008: hue angle of 122.2º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C008 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 8 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.25 |
| HSL | 122.2º | 0.99% | 0.38% | - |
| HSV(B) | 122.2º | 0.99% | 0.75% | - |
| XYZ | 18.91 | 37.72 | 6.51 | - |
| YUV | 113.92 | 68.22 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 8 | 0.99 | 0 | 0.96 | 0.25 | 122.2 | 0.99 | 0.38 |
| Hex | 1 | C0 | 8 | 63 | 0 | 60 | 19 | 7A | 63 | 26 |
| Octal | 1 | 300 | 10 | 143 | 0 | 140 | 31 | 172 | 143 | 46 |
| Binary | 1 | 11000000 | 1000 | 1100011 | 0 | 1100000 | 11001 | 1111010 | 1100011 | 100110 |
Color Harmonies of #01C008
Complementary color
Monochromatic Colors of #01C008
Black with #01C008
Text Example
Text Example
White with #01C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C008; }
p { color: rgb(1,192,8); }
H1.HeaderClassName
{
color: #01C008;
}
.AnyTagClassName
{
color: #01C008;
}
</style>
background-color css
<style>
a { background-color: #01C008; }
a { background-color: rgb(1,192,8); }
div.DivClassName
{
background-color: #01C008;
}
.BgClassName
{
background-color: #01C008;
}
</style>
border-color css
<style>
span { border-color: #01C008; }
span { border-color: rgb(1,192,8); }
td.TdClassName
{
border-color: #01C008;
}
.TagClassName
{
border-color: #01C008;
}
</style>