Shades of Islamic Green #02AD17
Tints of Islamic Green #02AD17
RGB
CMYK
RGB Variations
Color information
#02AD17 (or 0x02AD17) is known color: Islamic Green. HEX triplet: 02, AD and 17. RGB value is (2,173,23). Sum of RGB (Red+Green+Blue) = 2+173+23=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 173 (67.97% from 255 or 87.37% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AD17 is #FD52E8. Grayscale: #696969. Windows color (decimal): -16601833 or 1551618. OLE color: 1551618.
HSL color Cylindrical-coordinate representation of color #02AD17: hue angle of 127.37º 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 #02AD17 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 23 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.32 |
| HSL | 127.37º | 0.98% | 0.34% | - |
| HSV(B) | 127.37º | 0.99% | 0.68% | - |
| XYZ | 15.12 | 29.96 | 5.8 | - |
| YUV | 104.77 | 81.85 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 23 | 0.99 | 0 | 0.87 | 0.32 | 127.37 | 0.98 | 0.34 |
| Hex | 2 | AD | 17 | 63 | 0 | 57 | 20 | 7F | 62 | 22 |
| Octal | 2 | 255 | 27 | 143 | 0 | 127 | 40 | 177 | 142 | 42 |
| Binary | 10 | 10101101 | 10111 | 1100011 | 0 | 1010111 | 100000 | 1111111 | 1100010 | 100010 |
Color Harmonies of #02AD17
Complementary color
Monochromatic Colors of #02AD17
Black with #02AD17
Text Example
Text Example
White with #02AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD17; }
p { color: rgb(2,173,23); }
H1.HeaderClassName
{
color: #02AD17;
}
.AnyTagClassName
{
color: #02AD17;
}
</style>
background-color css
<style>
a { background-color: #02AD17; }
a { background-color: rgb(2,173,23); }
div.DivClassName
{
background-color: #02AD17;
}
.BgClassName
{
background-color: #02AD17;
}
</style>
border-color css
<style>
span { border-color: #02AD17; }
span { border-color: rgb(2,173,23); }
td.TdClassName
{
border-color: #02AD17;
}
.TagClassName
{
border-color: #02AD17;
}
</style>