Shades of Islamic Green #01C80A
Tints of Islamic Green #01C80A
RGB
CMYK
RGB Variations
Color information
#01C80A (or 0x01C80A) is known color: Islamic Green. HEX triplet: 01, C8 and 0A. RGB value is (1,200,10). Sum of RGB (Red+Green+Blue) = 1+200+10=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 200 (78.52% from 255 or 94.79% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 200 - color contains mainly: green. Hex color #01C80A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C80A is #FE37F5. Grayscale: #777777. Windows color (decimal): -16660470 or 706561. OLE color: 706561.
HSL color Cylindrical-coordinate representation of color #01C80A: hue angle of 122.71º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C80A is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 200 | 10 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.22 |
| HSL | 122.71º | 0.99% | 0.39% | - |
| HSV(B) | 122.71º | 1% | 0.78% | - |
| XYZ | 20.72 | 41.34 | 7.17 | - |
| YUV | 118.84 | 66.57 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 200 | 10 | 1.00 | 0 | 0.95 | 0.22 | 122.71 | 0.99 | 0.39 |
| Hex | 1 | C8 | A | 64 | 0 | 5F | 16 | 7B | 63 | 27 |
| Octal | 1 | 310 | 12 | 144 | 0 | 137 | 26 | 173 | 143 | 47 |
| Binary | 1 | 11001000 | 1010 | 1100100 | 0 | 1011111 | 10110 | 1111011 | 1100011 | 100111 |
Color Harmonies of #01C80A
Complementary color
Monochromatic Colors of #01C80A
Black with #01C80A
Text Example
Text Example
White with #01C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C80A; }
p { color: rgb(1,200,10); }
H1.HeaderClassName
{
color: #01C80A;
}
.AnyTagClassName
{
color: #01C80A;
}
</style>
background-color css
<style>
a { background-color: #01C80A; }
a { background-color: rgb(1,200,10); }
div.DivClassName
{
background-color: #01C80A;
}
.BgClassName
{
background-color: #01C80A;
}
</style>
border-color css
<style>
span { border-color: #01C80A; }
span { border-color: rgb(1,200,10); }
td.TdClassName
{
border-color: #01C80A;
}
.TagClassName
{
border-color: #01C80A;
}
</style>