Shades of Islamic Green #20AB02
Tints of Islamic Green #20AB02
RGB
CMYK
RGB Variations
Color information
#20AB02 (or 0x20AB02) is known color: Islamic Green. HEX triplet: 20, AB and 02. RGB value is (32,171,2). Sum of RGB (Red+Green+Blue) = 32+171+2=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 171 (67.19% from 255 or 83.41% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AB02 is #DF54FD. Grayscale: #6E6E6E. Windows color (decimal): -14636286 or 174880. OLE color: 174880.
HSL color Cylindrical-coordinate representation of color #20AB02: hue angle of 109.35º 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 #20AB02 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.33 |
| HSL | 109.35º | 0.98% | 0.34% | - |
| HSV(B) | 109.35º | 0.99% | 0.67% | - |
| XYZ | 15.17 | 29.44 | 4.94 | - |
| YUV | 110.17 | 66.95 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 2 | 0.81 | 0 | 0.99 | 0.33 | 109.35 | 0.98 | 0.34 |
| Hex | 20 | AB | 2 | 51 | 0 | 63 | 21 | 6D | 62 | 22 |
| Octal | 40 | 253 | 2 | 121 | 0 | 143 | 41 | 155 | 142 | 42 |
| Binary | 100000 | 10101011 | 10 | 1010001 | 0 | 1100011 | 100001 | 1101101 | 1100010 | 100010 |
Color Harmonies of #20AB02
Complementary color
Monochromatic Colors of #20AB02
Black with #20AB02
Text Example
Text Example
White with #20AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB02; }
p { color: rgb(32,171,2); }
H1.HeaderClassName
{
color: #20AB02;
}
.AnyTagClassName
{
color: #20AB02;
}
</style>
background-color css
<style>
a { background-color: #20AB02; }
a { background-color: rgb(32,171,2); }
div.DivClassName
{
background-color: #20AB02;
}
.BgClassName
{
background-color: #20AB02;
}
</style>
border-color css
<style>
span { border-color: #20AB02; }
span { border-color: rgb(32,171,2); }
td.TdClassName
{
border-color: #20AB02;
}
.TagClassName
{
border-color: #20AB02;
}
</style>