Shades of Islamic Green #01C505
Tints of Islamic Green #01C505
RGB
CMYK
RGB Variations
Color information
#01C505 (or 0x01C505) is known color: Islamic Green. HEX triplet: 01, C5 and 05. RGB value is (1,197,5). Sum of RGB (Red+Green+Blue) = 1+197+5=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 197 (77.34% from 255 or 97.04% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 197 - color contains mainly: green. Hex color #01C505 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C505 is #FE3AFA. Grayscale: #757575. Windows color (decimal): -16661243 or 378113. OLE color: 378113.
HSL color Cylindrical-coordinate representation of color #01C505: hue angle of 121.22º 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 #01C505 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 5 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.23 |
| HSL | 121.22º | 0.99% | 0.39% | - |
| HSV(B) | 121.22º | 0.99% | 0.77% | - |
| XYZ | 20.01 | 39.95 | 6.8 | - |
| YUV | 116.51 | 65.07 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 5 | 0.99 | 0 | 0.97 | 0.23 | 121.22 | 0.99 | 0.39 |
| Hex | 1 | C5 | 5 | 63 | 0 | 61 | 17 | 79 | 63 | 27 |
| Octal | 1 | 305 | 5 | 143 | 0 | 141 | 27 | 171 | 143 | 47 |
| Binary | 1 | 11000101 | 101 | 1100011 | 0 | 1100001 | 10111 | 1111001 | 1100011 | 100111 |
Color Harmonies of #01C505
Complementary color
Monochromatic Colors of #01C505
Black with #01C505
Text Example
Text Example
White with #01C505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C505; }
p { color: rgb(1,197,5); }
H1.HeaderClassName
{
color: #01C505;
}
.AnyTagClassName
{
color: #01C505;
}
</style>
background-color css
<style>
a { background-color: #01C505; }
a { background-color: rgb(1,197,5); }
div.DivClassName
{
background-color: #01C505;
}
.BgClassName
{
background-color: #01C505;
}
</style>
border-color css
<style>
span { border-color: #01C505; }
span { border-color: rgb(1,197,5); }
td.TdClassName
{
border-color: #01C505;
}
.TagClassName
{
border-color: #01C505;
}
</style>