Shades of Islamic Green #01AC14
Tints of Islamic Green #01AC14
RGB
CMYK
RGB Variations
Color information
#01AC14 (or 0x01AC14) is known color: Islamic Green. HEX triplet: 01, AC and 14. RGB value is (1,172,20). Sum of RGB (Red+Green+Blue) = 1+172+20=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 172 (67.58% from 255 or 89.12% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AC14 is #FE53EB. Grayscale: #676767. Windows color (decimal): -16667628 or 1354753. OLE color: 1354753.
HSL color Cylindrical-coordinate representation of color #01AC14: hue angle of 126.67º 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 #01AC14 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 20 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.33 |
| HSL | 126.67º | 0.99% | 0.34% | - |
| HSV(B) | 126.67º | 0.99% | 0.67% | - |
| XYZ | 14.89 | 29.56 | 5.58 | - |
| YUV | 103.54 | 80.85 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 20 | 0.99 | 0 | 0.88 | 0.33 | 126.67 | 0.99 | 0.34 |
| Hex | 1 | AC | 14 | 63 | 0 | 58 | 21 | 7F | 63 | 22 |
| Octal | 1 | 254 | 24 | 143 | 0 | 130 | 41 | 177 | 143 | 42 |
| Binary | 1 | 10101100 | 10100 | 1100011 | 0 | 1011000 | 100001 | 1111111 | 1100011 | 100010 |
Color Harmonies of #01AC14
Complementary color
Monochromatic Colors of #01AC14
Black with #01AC14
Text Example
Text Example
White with #01AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC14; }
p { color: rgb(1,172,20); }
H1.HeaderClassName
{
color: #01AC14;
}
.AnyTagClassName
{
color: #01AC14;
}
</style>
background-color css
<style>
a { background-color: #01AC14; }
a { background-color: rgb(1,172,20); }
div.DivClassName
{
background-color: #01AC14;
}
.BgClassName
{
background-color: #01AC14;
}
</style>
border-color css
<style>
span { border-color: #01AC14; }
span { border-color: rgb(1,172,20); }
td.TdClassName
{
border-color: #01AC14;
}
.TagClassName
{
border-color: #01AC14;
}
</style>