Shades of Islamic Green #02AC17
Tints of Islamic Green #02AC17
RGB
CMYK
RGB Variations
Color information
#02AC17 (or 0x02AC17) is known color: Islamic Green. HEX triplet: 02, AC and 17. RGB value is (2,172,23). Sum of RGB (Red+Green+Blue) = 2+172+23=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 172 (67.58% from 255 or 87.31% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AC17 is #FD53E8. Grayscale: #686868. Windows color (decimal): -16602089 or 1551362. OLE color: 1551362.
HSL color Cylindrical-coordinate representation of color #02AC17: hue angle of 127.41º 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 #02AC17 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 172 | 23 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.33 |
| HSL | 127.41º | 0.98% | 0.34% | - |
| HSV(B) | 127.41º | 0.99% | 0.67% | - |
| XYZ | 14.93 | 29.58 | 5.73 | - |
| YUV | 104.18 | 82.18 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 23 | 0.99 | 0 | 0.87 | 0.33 | 127.41 | 0.98 | 0.34 |
| Hex | 2 | AC | 17 | 63 | 0 | 57 | 21 | 7F | 62 | 22 |
| Octal | 2 | 254 | 27 | 143 | 0 | 127 | 41 | 177 | 142 | 42 |
| Binary | 10 | 10101100 | 10111 | 1100011 | 0 | 1010111 | 100001 | 1111111 | 1100010 | 100010 |
Color Harmonies of #02AC17
Complementary color
Monochromatic Colors of #02AC17
Black with #02AC17
Text Example
Text Example
White with #02AC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AC17; }
p { color: rgb(2,172,23); }
H1.HeaderClassName
{
color: #02AC17;
}
.AnyTagClassName
{
color: #02AC17;
}
</style>
background-color css
<style>
a { background-color: #02AC17; }
a { background-color: rgb(2,172,23); }
div.DivClassName
{
background-color: #02AC17;
}
.BgClassName
{
background-color: #02AC17;
}
</style>
border-color css
<style>
span { border-color: #02AC17; }
span { border-color: rgb(2,172,23); }
td.TdClassName
{
border-color: #02AC17;
}
.TagClassName
{
border-color: #02AC17;
}
</style>