Shades of Islamic Green #02AD11
Tints of Islamic Green #02AD11
RGB
CMYK
RGB Variations
Color information
#02AD11 (or 0x02AD11) is known color: Islamic Green. HEX triplet: 02, AD and 11. RGB value is (2,173,17). Sum of RGB (Red+Green+Blue) = 2+173+17=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 173 (67.97% from 255 or 90.10% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AD11 is #FD52EE. Grayscale: #686868. Windows color (decimal): -16601839 or 1158402. OLE color: 1158402.
HSL color Cylindrical-coordinate representation of color #02AD11: hue angle of 125.26º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AD11 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 17 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.32 |
| HSL | 125.26º | 0.98% | 0.34% | - |
| HSV(B) | 125.26º | 0.99% | 0.68% | - |
| XYZ | 15.07 | 29.94 | 5.52 | - |
| YUV | 104.09 | 78.85 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 17 | 0.99 | 0 | 0.90 | 0.32 | 125.26 | 0.98 | 0.34 |
| Hex | 2 | AD | 11 | 63 | 0 | 5A | 20 | 7D | 62 | 22 |
| Octal | 2 | 255 | 21 | 143 | 0 | 132 | 40 | 175 | 142 | 42 |
| Binary | 10 | 10101101 | 10001 | 1100011 | 0 | 1011010 | 100000 | 1111101 | 1100010 | 100010 |
Color Harmonies of #02AD11
Complementary color
Monochromatic Colors of #02AD11
Black with #02AD11
Text Example
Text Example
White with #02AD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD11; }
p { color: rgb(2,173,17); }
H1.HeaderClassName
{
color: #02AD11;
}
.AnyTagClassName
{
color: #02AD11;
}
</style>
background-color css
<style>
a { background-color: #02AD11; }
a { background-color: rgb(2,173,17); }
div.DivClassName
{
background-color: #02AD11;
}
.BgClassName
{
background-color: #02AD11;
}
</style>
border-color css
<style>
span { border-color: #02AD11; }
span { border-color: rgb(2,173,17); }
td.TdClassName
{
border-color: #02AD11;
}
.TagClassName
{
border-color: #02AD11;
}
</style>