Shades of Islamic Green #20A205
Tints of Islamic Green #20A205
RGB
CMYK
RGB Variations
Color information
#20A205 (or 0x20A205) is known color: Islamic Green. HEX triplet: 20, A2 and 05. RGB value is (32,162,5). Sum of RGB (Red+Green+Blue) = 32+162+5=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 162 (63.67% from 255 or 81.41% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 162 - color contains mainly: green. Hex color #20A205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A205 is #DF5DFA. Grayscale: #696969. Windows color (decimal): -14638587 or 369184. OLE color: 369184.
HSL color Cylindrical-coordinate representation of color #20A205: hue angle of 109.68º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20A205 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 162 | 5 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.36 |
| HSL | 109.68º | 0.94% | 0.33% | - |
| HSV(B) | 109.68º | 0.97% | 0.64% | - |
| XYZ | 13.54 | 26.16 | 4.48 | - |
| YUV | 105.23 | 71.43 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 162 | 5 | 0.80 | 0 | 0.97 | 0.36 | 109.68 | 0.94 | 0.33 |
| Hex | 20 | A2 | 5 | 50 | 0 | 61 | 24 | 6E | 5E | 21 |
| Octal | 40 | 242 | 5 | 120 | 0 | 141 | 44 | 156 | 136 | 41 |
| Binary | 100000 | 10100010 | 101 | 1010000 | 0 | 1100001 | 100100 | 1101110 | 1011110 | 100001 |
Color Harmonies of #20A205
Complementary color
Monochromatic Colors of #20A205
Black with #20A205
Text Example
Text Example
White with #20A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A205; }
p { color: rgb(32,162,5); }
H1.HeaderClassName
{
color: #20A205;
}
.AnyTagClassName
{
color: #20A205;
}
</style>
background-color css
<style>
a { background-color: #20A205; }
a { background-color: rgb(32,162,5); }
div.DivClassName
{
background-color: #20A205;
}
.BgClassName
{
background-color: #20A205;
}
</style>
border-color css
<style>
span { border-color: #20A205; }
span { border-color: rgb(32,162,5); }
td.TdClassName
{
border-color: #20A205;
}
.TagClassName
{
border-color: #20A205;
}
</style>