Shades of Islamic Green #20AB05
Tints of Islamic Green #20AB05
RGB
CMYK
RGB Variations
Color information
#20AB05 (or 0x20AB05) is known color: Islamic Green. HEX triplet: 20, AB and 05. RGB value is (32,171,5). Sum of RGB (Red+Green+Blue) = 32+171+5=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 171 (67.19% from 255 or 82.21% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AB05 is #DF54FA. Grayscale: #6F6F6F. Windows color (decimal): -14636283 or 371488. OLE color: 371488.
HSL color Cylindrical-coordinate representation of color #20AB05: hue angle of 110.24º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20AB05 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 5 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.33 |
| HSL | 110.24º | 0.94% | 0.35% | - |
| HSV(B) | 110.24º | 0.97% | 0.67% | - |
| XYZ | 15.19 | 29.44 | 5.03 | - |
| YUV | 110.52 | 68.45 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 5 | 0.81 | 0 | 0.97 | 0.33 | 110.24 | 0.94 | 0.35 |
| Hex | 20 | AB | 5 | 51 | 0 | 61 | 21 | 6E | 5E | 23 |
| Octal | 40 | 253 | 5 | 121 | 0 | 141 | 41 | 156 | 136 | 43 |
| Binary | 100000 | 10101011 | 101 | 1010001 | 0 | 1100001 | 100001 | 1101110 | 1011110 | 100011 |
Color Harmonies of #20AB05
Complementary color
Monochromatic Colors of #20AB05
Black with #20AB05
Text Example
Text Example
White with #20AB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB05; }
p { color: rgb(32,171,5); }
H1.HeaderClassName
{
color: #20AB05;
}
.AnyTagClassName
{
color: #20AB05;
}
</style>
background-color css
<style>
a { background-color: #20AB05; }
a { background-color: rgb(32,171,5); }
div.DivClassName
{
background-color: #20AB05;
}
.BgClassName
{
background-color: #20AB05;
}
</style>
border-color css
<style>
span { border-color: #20AB05; }
span { border-color: rgb(32,171,5); }
td.TdClassName
{
border-color: #20AB05;
}
.TagClassName
{
border-color: #20AB05;
}
</style>