Shades of Islamic Green #02AA1E
Tints of Islamic Green #02AA1E
RGB
CMYK
RGB Variations
Color information
#02AA1E (or 0x02AA1E) is known color: Islamic Green. HEX triplet: 02, AA and 1E. RGB value is (2,170,30). Sum of RGB (Red+Green+Blue) = 2+170+30=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 170 (66.80% from 255 or 84.16% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AA1E is #FD55E1. Grayscale: #686868. Windows color (decimal): -16602594 or 2009602. OLE color: 2009602.
HSL color Cylindrical-coordinate representation of color #02AA1E: hue angle of 130º 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 #02AA1E is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 170 | 30 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.33 |
| HSL | 130º | 0.98% | 0.34% | - |
| HSV(B) | 130º | 0.99% | 0.67% | - |
| XYZ | 14.63 | 28.86 | 6.03 | - |
| YUV | 103.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 30 | 0.99 | 0 | 0.82 | 0.33 | 130 | 0.98 | 0.34 |
| Hex | 2 | AA | 1E | 63 | 0 | 52 | 21 | 82 | 62 | 22 |
| Octal | 2 | 252 | 36 | 143 | 0 | 122 | 41 | 202 | 142 | 42 |
| Binary | 10 | 10101010 | 11110 | 1100011 | 0 | 1010010 | 100001 | 10000010 | 1100010 | 100010 |
Color Harmonies of #02AA1E
Complementary color
Monochromatic Colors of #02AA1E
Black with #02AA1E
Text Example
Text Example
White with #02AA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AA1E; }
p { color: rgb(2,170,30); }
H1.HeaderClassName
{
color: #02AA1E;
}
.AnyTagClassName
{
color: #02AA1E;
}
</style>
background-color css
<style>
a { background-color: #02AA1E; }
a { background-color: rgb(2,170,30); }
div.DivClassName
{
background-color: #02AA1E;
}
.BgClassName
{
background-color: #02AA1E;
}
</style>
border-color css
<style>
span { border-color: #02AA1E; }
span { border-color: rgb(2,170,30); }
td.TdClassName
{
border-color: #02AA1E;
}
.TagClassName
{
border-color: #02AA1E;
}
</style>