Shades of Islamic Green #01C005
Tints of Islamic Green #01C005
RGB
CMYK
RGB Variations
Color information
#01C005 (or 0x01C005) is known color: Islamic Green. HEX triplet: 01, C0 and 05. RGB value is (1,192,5). Sum of RGB (Red+Green+Blue) = 1+192+5=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 192 (75.39% from 255 or 96.97% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 192 - color contains mainly: green. Hex color #01C005 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C005 is #FE3FFA. Grayscale: #727272. Windows color (decimal): -16662523 or 376833. OLE color: 376833.
HSL color Cylindrical-coordinate representation of color #01C005: hue angle of 121.26º 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 #01C005 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 5 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.25 |
| HSL | 121.26º | 0.99% | 0.38% | - |
| HSV(B) | 121.26º | 0.99% | 0.75% | - |
| XYZ | 18.89 | 37.72 | 6.43 | - |
| YUV | 113.57 | 66.72 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 5 | 0.99 | 0 | 0.97 | 0.25 | 121.26 | 0.99 | 0.38 |
| Hex | 1 | C0 | 5 | 63 | 0 | 61 | 19 | 79 | 63 | 26 |
| Octal | 1 | 300 | 5 | 143 | 0 | 141 | 31 | 171 | 143 | 46 |
| Binary | 1 | 11000000 | 101 | 1100011 | 0 | 1100001 | 11001 | 1111001 | 1100011 | 100110 |
Color Harmonies of #01C005
Complementary color
Monochromatic Colors of #01C005
Black with #01C005
Text Example
Text Example
White with #01C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C005; }
p { color: rgb(1,192,5); }
H1.HeaderClassName
{
color: #01C005;
}
.AnyTagClassName
{
color: #01C005;
}
</style>
background-color css
<style>
a { background-color: #01C005; }
a { background-color: rgb(1,192,5); }
div.DivClassName
{
background-color: #01C005;
}
.BgClassName
{
background-color: #01C005;
}
</style>
border-color css
<style>
span { border-color: #01C005; }
span { border-color: rgb(1,192,5); }
td.TdClassName
{
border-color: #01C005;
}
.TagClassName
{
border-color: #01C005;
}
</style>