Shades of Islamic Green #01A01C
Tints of Islamic Green #01A01C
RGB
CMYK
RGB Variations
Color information
#01A01C (or 0x01A01C) is known color: Islamic Green. HEX triplet: 01, A0 and 1C. RGB value is (1,160,28). Sum of RGB (Red+Green+Blue) = 1+160+28=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 160 (62.89% from 255 or 84.66% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 160 - color contains mainly: green. Hex color #01A01C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A01C is #FE5FE3. Grayscale: #616161. Windows color (decimal): -16670692 or 1875969. OLE color: 1875969.
HSL color Cylindrical-coordinate representation of color #01A01C: hue angle of 130.19º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A01C is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 160 | 28 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.37 |
| HSL | 130.19º | 0.99% | 0.32% | - |
| HSV(B) | 130.19º | 0.99% | 0.63% | - |
| XYZ | 12.79 | 25.23 | 5.29 | - |
| YUV | 97.41 | 88.82 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 28 | 0.99 | 0 | 0.82 | 0.37 | 130.19 | 0.99 | 0.32 |
| Hex | 1 | A0 | 1C | 63 | 0 | 52 | 25 | 82 | 63 | 20 |
| Octal | 1 | 240 | 34 | 143 | 0 | 122 | 45 | 202 | 143 | 40 |
| Binary | 1 | 10100000 | 11100 | 1100011 | 0 | 1010010 | 100101 | 10000010 | 1100011 | 100000 |
Color Harmonies of #01A01C
Complementary color
Monochromatic Colors of #01A01C
Black with #01A01C
Text Example
Text Example
White with #01A01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A01C; }
p { color: rgb(1,160,28); }
H1.HeaderClassName
{
color: #01A01C;
}
.AnyTagClassName
{
color: #01A01C;
}
</style>
background-color css
<style>
a { background-color: #01A01C; }
a { background-color: rgb(1,160,28); }
div.DivClassName
{
background-color: #01A01C;
}
.BgClassName
{
background-color: #01A01C;
}
</style>
border-color css
<style>
span { border-color: #01A01C; }
span { border-color: rgb(1,160,28); }
td.TdClassName
{
border-color: #01A01C;
}
.TagClassName
{
border-color: #01A01C;
}
</style>