Shades of Islamic Green #01AC19
Tints of Islamic Green #01AC19
RGB
CMYK
RGB Variations
Color information
#01AC19 (or 0x01AC19) is known color: Islamic Green. HEX triplet: 01, AC and 19. RGB value is (1,172,25). Sum of RGB (Red+Green+Blue) = 1+172+25=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 172 (67.58% from 255 or 86.87% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AC19 is #FE53E6. Grayscale: #686868. Windows color (decimal): -16667623 or 1682433. OLE color: 1682433.
HSL color Cylindrical-coordinate representation of color #01AC19: hue angle of 128.42º 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 #01AC19 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 25 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.33 |
| HSL | 128.42º | 0.99% | 0.34% | - |
| HSV(B) | 128.42º | 0.99% | 0.67% | - |
| XYZ | 14.94 | 29.58 | 5.84 | - |
| YUV | 104.11 | 83.35 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 25 | 0.99 | 0 | 0.85 | 0.33 | 128.42 | 0.99 | 0.34 |
| Hex | 1 | AC | 19 | 63 | 0 | 55 | 21 | 80 | 63 | 22 |
| Octal | 1 | 254 | 31 | 143 | 0 | 125 | 41 | 200 | 143 | 42 |
| Binary | 1 | 10101100 | 11001 | 1100011 | 0 | 1010101 | 100001 | 10000000 | 1100011 | 100010 |
Color Harmonies of #01AC19
Complementary color
Monochromatic Colors of #01AC19
Black with #01AC19
Text Example
Text Example
White with #01AC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC19; }
p { color: rgb(1,172,25); }
H1.HeaderClassName
{
color: #01AC19;
}
.AnyTagClassName
{
color: #01AC19;
}
</style>
background-color css
<style>
a { background-color: #01AC19; }
a { background-color: rgb(1,172,25); }
div.DivClassName
{
background-color: #01AC19;
}
.BgClassName
{
background-color: #01AC19;
}
</style>
border-color css
<style>
span { border-color: #01AC19; }
span { border-color: rgb(1,172,25); }
td.TdClassName
{
border-color: #01AC19;
}
.TagClassName
{
border-color: #01AC19;
}
</style>