Shades of Islamic Green #01C50C
Tints of Islamic Green #01C50C
RGB
CMYK
RGB Variations
Color information
#01C50C (or 0x01C50C) is known color: Islamic Green. HEX triplet: 01, C5 and 0C. RGB value is (1,197,12). Sum of RGB (Red+Green+Blue) = 1+197+12=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 197 (77.34% from 255 or 93.81% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 197 - color contains mainly: green. Hex color #01C50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C50C is #FE3AF3. Grayscale: #757575. Windows color (decimal): -16661236 or 836865. OLE color: 836865.
HSL color Cylindrical-coordinate representation of color #01C50C: hue angle of 123.37º 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 #01C50C is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 12 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.23 |
| HSL | 123.37º | 0.99% | 0.39% | - |
| HSV(B) | 123.37º | 0.99% | 0.77% | - |
| XYZ | 20.05 | 39.97 | 7.01 | - |
| YUV | 117.31 | 68.57 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 12 | 0.99 | 0 | 0.94 | 0.23 | 123.37 | 0.99 | 0.39 |
| Hex | 1 | C5 | C | 63 | 0 | 5E | 17 | 7B | 63 | 27 |
| Octal | 1 | 305 | 14 | 143 | 0 | 136 | 27 | 173 | 143 | 47 |
| Binary | 1 | 11000101 | 1100 | 1100011 | 0 | 1011110 | 10111 | 1111011 | 1100011 | 100111 |
Color Harmonies of #01C50C
Complementary color
Monochromatic Colors of #01C50C
Black with #01C50C
Text Example
Text Example
White with #01C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C50C; }
p { color: rgb(1,197,12); }
H1.HeaderClassName
{
color: #01C50C;
}
.AnyTagClassName
{
color: #01C50C;
}
</style>
background-color css
<style>
a { background-color: #01C50C; }
a { background-color: rgb(1,197,12); }
div.DivClassName
{
background-color: #01C50C;
}
.BgClassName
{
background-color: #01C50C;
}
</style>
border-color css
<style>
span { border-color: #01C50C; }
span { border-color: rgb(1,197,12); }
td.TdClassName
{
border-color: #01C50C;
}
.TagClassName
{
border-color: #01C50C;
}
</style>