Shades of Islamic Green #02AB14
Tints of Islamic Green #02AB14
RGB
CMYK
RGB Variations
Color information
#02AB14 (or 0x02AB14) is known color: Islamic Green. HEX triplet: 02, AB and 14. RGB value is (2,171,20). Sum of RGB (Red+Green+Blue) = 2+171+20=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 171 (67.19% from 255 or 88.60% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AB14 is #FD54EB. Grayscale: #676767. Windows color (decimal): -16602348 or 1354498. OLE color: 1354498.
HSL color Cylindrical-coordinate representation of color #02AB14: hue angle of 126.39º 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 #02AB14 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 20 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.33 |
| HSL | 126.39º | 0.98% | 0.34% | - |
| HSV(B) | 126.39º | 0.99% | 0.67% | - |
| XYZ | 14.71 | 29.19 | 5.52 | - |
| YUV | 103.26 | 81.01 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 20 | 0.99 | 0 | 0.88 | 0.33 | 126.39 | 0.98 | 0.34 |
| Hex | 2 | AB | 14 | 63 | 0 | 58 | 21 | 7E | 62 | 22 |
| Octal | 2 | 253 | 24 | 143 | 0 | 130 | 41 | 176 | 142 | 42 |
| Binary | 10 | 10101011 | 10100 | 1100011 | 0 | 1011000 | 100001 | 1111110 | 1100010 | 100010 |
Color Harmonies of #02AB14
Complementary color
Monochromatic Colors of #02AB14
Black with #02AB14
Text Example
Text Example
White with #02AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB14; }
p { color: rgb(2,171,20); }
H1.HeaderClassName
{
color: #02AB14;
}
.AnyTagClassName
{
color: #02AB14;
}
</style>
background-color css
<style>
a { background-color: #02AB14; }
a { background-color: rgb(2,171,20); }
div.DivClassName
{
background-color: #02AB14;
}
.BgClassName
{
background-color: #02AB14;
}
</style>
border-color css
<style>
span { border-color: #02AB14; }
span { border-color: rgb(2,171,20); }
td.TdClassName
{
border-color: #02AB14;
}
.TagClassName
{
border-color: #02AB14;
}
</style>