Shades of Islamic Green #01AC0E
Tints of Islamic Green #01AC0E
RGB
CMYK
RGB Variations
Color information
#01AC0E (or 0x01AC0E) is known color: Islamic Green. HEX triplet: 01, AC and 0E. RGB value is (1,172,14). Sum of RGB (Red+Green+Blue) = 1+172+14=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 172 (67.58% from 255 or 91.98% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AC0E is #FE53F1. Grayscale: #676767. Windows color (decimal): -16667634 or 961537. OLE color: 961537.
HSL color Cylindrical-coordinate representation of color #01AC0E: hue angle of 124.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AC0E is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 14 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.33 |
| HSL | 124.56º | 0.99% | 0.34% | - |
| HSV(B) | 124.56º | 0.99% | 0.67% | - |
| XYZ | 14.84 | 29.54 | 5.34 | - |
| YUV | 102.86 | 77.85 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 14 | 0.99 | 0 | 0.92 | 0.33 | 124.56 | 0.99 | 0.34 |
| Hex | 1 | AC | E | 63 | 0 | 5C | 21 | 7D | 63 | 22 |
| Octal | 1 | 254 | 16 | 143 | 0 | 134 | 41 | 175 | 143 | 42 |
| Binary | 1 | 10101100 | 1110 | 1100011 | 0 | 1011100 | 100001 | 1111101 | 1100011 | 100010 |
Color Harmonies of #01AC0E
Complementary color
Monochromatic Colors of #01AC0E
Black with #01AC0E
Text Example
Text Example
White with #01AC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC0E; }
p { color: rgb(1,172,14); }
H1.HeaderClassName
{
color: #01AC0E;
}
.AnyTagClassName
{
color: #01AC0E;
}
</style>
background-color css
<style>
a { background-color: #01AC0E; }
a { background-color: rgb(1,172,14); }
div.DivClassName
{
background-color: #01AC0E;
}
.BgClassName
{
background-color: #01AC0E;
}
</style>
border-color css
<style>
span { border-color: #01AC0E; }
span { border-color: rgb(1,172,14); }
td.TdClassName
{
border-color: #01AC0E;
}
.TagClassName
{
border-color: #01AC0E;
}
</style>