Shades of Islamic Green #01AC18
Tints of Islamic Green #01AC18
RGB
CMYK
RGB Variations
Color information
#01AC18 (or 0x01AC18) is known color: Islamic Green. HEX triplet: 01, AC and 18. RGB value is (1,172,24). Sum of RGB (Red+Green+Blue) = 1+172+24=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 172 (67.58% from 255 or 87.31% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AC18 is #FE53E7. Grayscale: #686868. Windows color (decimal): -16667624 or 1616897. OLE color: 1616897.
HSL color Cylindrical-coordinate representation of color #01AC18: hue angle of 128.07º 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 #01AC18 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 24 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.33 |
| HSL | 128.07º | 0.99% | 0.34% | - |
| HSV(B) | 128.07º | 0.99% | 0.67% | - |
| XYZ | 14.93 | 29.58 | 5.79 | - |
| YUV | 104 | 82.85 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 24 | 0.99 | 0 | 0.86 | 0.33 | 128.07 | 0.99 | 0.34 |
| Hex | 1 | AC | 18 | 63 | 0 | 56 | 21 | 80 | 63 | 22 |
| Octal | 1 | 254 | 30 | 143 | 0 | 126 | 41 | 200 | 143 | 42 |
| Binary | 1 | 10101100 | 11000 | 1100011 | 0 | 1010110 | 100001 | 10000000 | 1100011 | 100010 |
Color Harmonies of #01AC18
Complementary color
Monochromatic Colors of #01AC18
Black with #01AC18
Text Example
Text Example
White with #01AC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC18; }
p { color: rgb(1,172,24); }
H1.HeaderClassName
{
color: #01AC18;
}
.AnyTagClassName
{
color: #01AC18;
}
</style>
background-color css
<style>
a { background-color: #01AC18; }
a { background-color: rgb(1,172,24); }
div.DivClassName
{
background-color: #01AC18;
}
.BgClassName
{
background-color: #01AC18;
}
</style>
border-color css
<style>
span { border-color: #01AC18; }
span { border-color: rgb(1,172,24); }
td.TdClassName
{
border-color: #01AC18;
}
.TagClassName
{
border-color: #01AC18;
}
</style>