Shades of Islamic Green #01C00A
Tints of Islamic Green #01C00A
RGB
CMYK
RGB Variations
Color information
#01C00A (or 0x01C00A) is known color: Islamic Green. HEX triplet: 01, C0 and 0A. RGB value is (1,192,10). Sum of RGB (Red+Green+Blue) = 1+192+10=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 192 (75.39% from 255 or 94.58% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 192 - color contains mainly: green. Hex color #01C00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C00A is #FE3FF5. Grayscale: #727272. Windows color (decimal): -16662518 or 704513. OLE color: 704513.
HSL color Cylindrical-coordinate representation of color #01C00A: hue angle of 122.83º 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 #01C00A is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 10 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.25 |
| HSL | 122.83º | 0.99% | 0.38% | - |
| HSV(B) | 122.83º | 0.99% | 0.75% | - |
| XYZ | 18.92 | 37.73 | 6.57 | - |
| YUV | 114.14 | 69.22 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 10 | 0.99 | 0 | 0.95 | 0.25 | 122.83 | 0.99 | 0.38 |
| Hex | 1 | C0 | A | 63 | 0 | 5F | 19 | 7B | 63 | 26 |
| Octal | 1 | 300 | 12 | 143 | 0 | 137 | 31 | 173 | 143 | 46 |
| Binary | 1 | 11000000 | 1010 | 1100011 | 0 | 1011111 | 11001 | 1111011 | 1100011 | 100110 |
Color Harmonies of #01C00A
Complementary color
Monochromatic Colors of #01C00A
Black with #01C00A
Text Example
Text Example
White with #01C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C00A; }
p { color: rgb(1,192,10); }
H1.HeaderClassName
{
color: #01C00A;
}
.AnyTagClassName
{
color: #01C00A;
}
</style>
background-color css
<style>
a { background-color: #01C00A; }
a { background-color: rgb(1,192,10); }
div.DivClassName
{
background-color: #01C00A;
}
.BgClassName
{
background-color: #01C00A;
}
</style>
border-color css
<style>
span { border-color: #01C00A; }
span { border-color: rgb(1,192,10); }
td.TdClassName
{
border-color: #01C00A;
}
.TagClassName
{
border-color: #01C00A;
}
</style>