Shades of Islamic Green #02AC11
Tints of Islamic Green #02AC11
RGB
CMYK
RGB Variations
Color information
#02AC11 (or 0x02AC11) is known color: Islamic Green. HEX triplet: 02, AC and 11. RGB value is (2,172,17). Sum of RGB (Red+Green+Blue) = 2+172+17=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 172 (67.58% from 255 or 90.05% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AC11 is #FD53EE. Grayscale: #676767. Windows color (decimal): -16602095 or 1158146. OLE color: 1158146.
HSL color Cylindrical-coordinate representation of color #02AC11: hue angle of 125.29º degrees, saturation: 0.98, 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 #02AC11 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 172 | 17 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.33 |
| HSL | 125.29º | 0.98% | 0.34% | - |
| HSV(B) | 125.29º | 0.99% | 0.67% | - |
| XYZ | 14.88 | 29.56 | 5.45 | - |
| YUV | 103.5 | 79.18 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 17 | 0.99 | 0 | 0.90 | 0.33 | 125.29 | 0.98 | 0.34 |
| Hex | 2 | AC | 11 | 63 | 0 | 5A | 21 | 7D | 62 | 22 |
| Octal | 2 | 254 | 21 | 143 | 0 | 132 | 41 | 175 | 142 | 42 |
| Binary | 10 | 10101100 | 10001 | 1100011 | 0 | 1011010 | 100001 | 1111101 | 1100010 | 100010 |
Color Harmonies of #02AC11
Complementary color
Monochromatic Colors of #02AC11
Black with #02AC11
Text Example
Text Example
White with #02AC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AC11; }
p { color: rgb(2,172,17); }
H1.HeaderClassName
{
color: #02AC11;
}
.AnyTagClassName
{
color: #02AC11;
}
</style>
background-color css
<style>
a { background-color: #02AC11; }
a { background-color: rgb(2,172,17); }
div.DivClassName
{
background-color: #02AC11;
}
.BgClassName
{
background-color: #02AC11;
}
</style>
border-color css
<style>
span { border-color: #02AC11; }
span { border-color: rgb(2,172,17); }
td.TdClassName
{
border-color: #02AC11;
}
.TagClassName
{
border-color: #02AC11;
}
</style>