Shades of Islamic Green #20AA07
Tints of Islamic Green #20AA07
RGB
CMYK
RGB Variations
Color information
#20AA07 (or 0x20AA07) is known color: Islamic Green. HEX triplet: 20, AA and 07. RGB value is (32,170,7). Sum of RGB (Red+Green+Blue) = 32+170+7=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 170 (66.80% from 255 or 81.34% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AA07 is #DF55F8. Grayscale: #6E6E6E. Windows color (decimal): -14636537 or 502304. OLE color: 502304.
HSL color Cylindrical-coordinate representation of color #20AA07: hue angle of 110.8º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20AA07 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 7 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.33 |
| HSL | 110.8º | 0.92% | 0.35% | - |
| HSV(B) | 110.8º | 0.96% | 0.67% | - |
| XYZ | 15.01 | 29.07 | 5.02 | - |
| YUV | 110.16 | 69.78 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 7 | 0.81 | 0 | 0.96 | 0.33 | 110.8 | 0.92 | 0.35 |
| Hex | 20 | AA | 7 | 51 | 0 | 60 | 21 | 6F | 5C | 23 |
| Octal | 40 | 252 | 7 | 121 | 0 | 140 | 41 | 157 | 134 | 43 |
| Binary | 100000 | 10101010 | 111 | 1010001 | 0 | 1100000 | 100001 | 1101111 | 1011100 | 100011 |
Color Harmonies of #20AA07
Complementary color
Monochromatic Colors of #20AA07
Black with #20AA07
Text Example
Text Example
White with #20AA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AA07; }
p { color: rgb(32,170,7); }
H1.HeaderClassName
{
color: #20AA07;
}
.AnyTagClassName
{
color: #20AA07;
}
</style>
background-color css
<style>
a { background-color: #20AA07; }
a { background-color: rgb(32,170,7); }
div.DivClassName
{
background-color: #20AA07;
}
.BgClassName
{
background-color: #20AA07;
}
</style>
border-color css
<style>
span { border-color: #20AA07; }
span { border-color: rgb(32,170,7); }
td.TdClassName
{
border-color: #20AA07;
}
.TagClassName
{
border-color: #20AA07;
}
</style>