Shades of Islamic Green #01AC1A
Tints of Islamic Green #01AC1A
RGB
CMYK
RGB Variations
Color information
#01AC1A (or 0x01AC1A) is known color: Islamic Green. HEX triplet: 01, AC and 1A. RGB value is (1,172,26). Sum of RGB (Red+Green+Blue) = 1+172+26=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 172 (67.58% from 255 or 86.43% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AC1A is #FE53E5. Grayscale: #686868. Windows color (decimal): -16667622 or 1747969. OLE color: 1747969.
HSL color Cylindrical-coordinate representation of color #01AC1A: hue angle of 128.77º 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 #01AC1A is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 26 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.33 |
| HSL | 128.77º | 0.99% | 0.34% | - |
| HSV(B) | 128.77º | 0.99% | 0.67% | - |
| XYZ | 14.95 | 29.59 | 5.9 | - |
| YUV | 104.23 | 83.85 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 26 | 0.99 | 0 | 0.85 | 0.33 | 128.77 | 0.99 | 0.34 |
| Hex | 1 | AC | 1A | 63 | 0 | 55 | 21 | 81 | 63 | 22 |
| Octal | 1 | 254 | 32 | 143 | 0 | 125 | 41 | 201 | 143 | 42 |
| Binary | 1 | 10101100 | 11010 | 1100011 | 0 | 1010101 | 100001 | 10000001 | 1100011 | 100010 |
Color Harmonies of #01AC1A
Complementary color
Monochromatic Colors of #01AC1A
Black with #01AC1A
Text Example
Text Example
White with #01AC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC1A; }
p { color: rgb(1,172,26); }
H1.HeaderClassName
{
color: #01AC1A;
}
.AnyTagClassName
{
color: #01AC1A;
}
</style>
background-color css
<style>
a { background-color: #01AC1A; }
a { background-color: rgb(1,172,26); }
div.DivClassName
{
background-color: #01AC1A;
}
.BgClassName
{
background-color: #01AC1A;
}
</style>
border-color css
<style>
span { border-color: #01AC1A; }
span { border-color: rgb(1,172,26); }
td.TdClassName
{
border-color: #01AC1A;
}
.TagClassName
{
border-color: #01AC1A;
}
</style>