Shades of Islamic Green #02AB10
Tints of Islamic Green #02AB10
RGB
CMYK
RGB Variations
Color information
#02AB10 (or 0x02AB10) is known color: Islamic Green. HEX triplet: 02, AB and 10. RGB value is (2,171,16). Sum of RGB (Red+Green+Blue) = 2+171+16=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 171 (67.19% from 255 or 90.48% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AB10 is #FD54EF. Grayscale: #676767. Windows color (decimal): -16602352 or 1092354. OLE color: 1092354.
HSL color Cylindrical-coordinate representation of color #02AB10: hue angle of 124.97º 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 #02AB10 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 16 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.33 |
| HSL | 124.97º | 0.98% | 0.34% | - |
| HSV(B) | 124.97º | 0.99% | 0.67% | - |
| XYZ | 14.68 | 29.18 | 5.35 | - |
| YUV | 102.8 | 79.01 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 16 | 0.99 | 0 | 0.91 | 0.33 | 124.97 | 0.98 | 0.34 |
| Hex | 2 | AB | 10 | 63 | 0 | 5B | 21 | 7D | 62 | 22 |
| Octal | 2 | 253 | 20 | 143 | 0 | 133 | 41 | 175 | 142 | 42 |
| Binary | 10 | 10101011 | 10000 | 1100011 | 0 | 1011011 | 100001 | 1111101 | 1100010 | 100010 |
Color Harmonies of #02AB10
Complementary color
Monochromatic Colors of #02AB10
Black with #02AB10
Text Example
Text Example
White with #02AB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB10; }
p { color: rgb(2,171,16); }
H1.HeaderClassName
{
color: #02AB10;
}
.AnyTagClassName
{
color: #02AB10;
}
</style>
background-color css
<style>
a { background-color: #02AB10; }
a { background-color: rgb(2,171,16); }
div.DivClassName
{
background-color: #02AB10;
}
.BgClassName
{
background-color: #02AB10;
}
</style>
border-color css
<style>
span { border-color: #02AB10; }
span { border-color: rgb(2,171,16); }
td.TdClassName
{
border-color: #02AB10;
}
.TagClassName
{
border-color: #02AB10;
}
</style>