Shades of Islamic Green #02AA07
Tints of Islamic Green #02AA07
RGB
CMYK
RGB Variations
Color information
#02AA07 (or 0x02AA07) is known color: Islamic Green. HEX triplet: 02, AA and 07. RGB value is (2,170,7). Sum of RGB (Red+Green+Blue) = 2+170+7=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 170 (66.80% from 255 or 94.97% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AA07 is #FD55F8. Grayscale: #656565. Windows color (decimal): -16602617 or 502274. OLE color: 502274.
HSL color Cylindrical-coordinate representation of color #02AA07: hue angle of 121.79º 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 #02AA07 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 170 | 7 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.33 |
| HSL | 121.79º | 0.98% | 0.34% | - |
| HSV(B) | 121.79º | 0.99% | 0.67% | - |
| XYZ | 14.44 | 28.78 | 4.99 | - |
| YUV | 101.19 | 74.84 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 7 | 0.99 | 0 | 0.96 | 0.33 | 121.79 | 0.98 | 0.34 |
| Hex | 2 | AA | 7 | 63 | 0 | 60 | 21 | 7A | 62 | 22 |
| Octal | 2 | 252 | 7 | 143 | 0 | 140 | 41 | 172 | 142 | 42 |
| Binary | 10 | 10101010 | 111 | 1100011 | 0 | 1100000 | 100001 | 1111010 | 1100010 | 100010 |
Color Harmonies of #02AA07
Complementary color
Monochromatic Colors of #02AA07
Black with #02AA07
Text Example
Text Example
White with #02AA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AA07; }
p { color: rgb(2,170,7); }
H1.HeaderClassName
{
color: #02AA07;
}
.AnyTagClassName
{
color: #02AA07;
}
</style>
background-color css
<style>
a { background-color: #02AA07; }
a { background-color: rgb(2,170,7); }
div.DivClassName
{
background-color: #02AA07;
}
.BgClassName
{
background-color: #02AA07;
}
</style>
border-color css
<style>
span { border-color: #02AA07; }
span { border-color: rgb(2,170,7); }
td.TdClassName
{
border-color: #02AA07;
}
.TagClassName
{
border-color: #02AA07;
}
</style>