Shades of Islamic Green #02AB19
Tints of Islamic Green #02AB19
RGB
CMYK
RGB Variations
Color information
#02AB19 (or 0x02AB19) is known color: Islamic Green. HEX triplet: 02, AB and 19. RGB value is (2,171,25). Sum of RGB (Red+Green+Blue) = 2+171+25=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 171 (67.19% from 255 or 86.36% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AB19 is #FD54E6. Grayscale: #686868. Windows color (decimal): -16602343 or 1682178. OLE color: 1682178.
HSL color Cylindrical-coordinate representation of color #02AB19: hue angle of 128.17º 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 #02AB19 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 25 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.33 |
| HSL | 128.17º | 0.98% | 0.34% | - |
| HSV(B) | 128.17º | 0.99% | 0.67% | - |
| XYZ | 14.76 | 29.21 | 5.78 | - |
| YUV | 103.83 | 83.51 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 25 | 0.99 | 0 | 0.85 | 0.33 | 128.17 | 0.98 | 0.34 |
| Hex | 2 | AB | 19 | 63 | 0 | 55 | 21 | 80 | 62 | 22 |
| Octal | 2 | 253 | 31 | 143 | 0 | 125 | 41 | 200 | 142 | 42 |
| Binary | 10 | 10101011 | 11001 | 1100011 | 0 | 1010101 | 100001 | 10000000 | 1100010 | 100010 |
Color Harmonies of #02AB19
Complementary color
Monochromatic Colors of #02AB19
Black with #02AB19
Text Example
Text Example
White with #02AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB19; }
p { color: rgb(2,171,25); }
H1.HeaderClassName
{
color: #02AB19;
}
.AnyTagClassName
{
color: #02AB19;
}
</style>
background-color css
<style>
a { background-color: #02AB19; }
a { background-color: rgb(2,171,25); }
div.DivClassName
{
background-color: #02AB19;
}
.BgClassName
{
background-color: #02AB19;
}
</style>
border-color css
<style>
span { border-color: #02AB19; }
span { border-color: rgb(2,171,25); }
td.TdClassName
{
border-color: #02AB19;
}
.TagClassName
{
border-color: #02AB19;
}
</style>