Shades of Islamic Green #20AC08
Tints of Islamic Green #20AC08
RGB
CMYK
RGB Variations
Color information
#20AC08 (or 0x20AC08) is known color: Islamic Green. HEX triplet: 20, AC and 08. RGB value is (32,172,8). Sum of RGB (Red+Green+Blue) = 32+172+8=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 172 (67.58% from 255 or 81.13% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AC08 is #DF53F7. Grayscale: #6F6F6F. Windows color (decimal): -14636024 or 568352. OLE color: 568352.
HSL color Cylindrical-coordinate representation of color #20AC08: hue angle of 111.22º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20AC08 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 8 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.33 |
| HSL | 111.22º | 0.91% | 0.35% | - |
| HSV(B) | 111.22º | 0.95% | 0.67% | - |
| XYZ | 15.39 | 29.83 | 5.18 | - |
| YUV | 111.44 | 69.62 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 8 | 0.81 | 0 | 0.95 | 0.33 | 111.22 | 0.91 | 0.35 |
| Hex | 20 | AC | 8 | 51 | 0 | 5F | 21 | 6F | 5B | 23 |
| Octal | 40 | 254 | 10 | 121 | 0 | 137 | 41 | 157 | 133 | 43 |
| Binary | 100000 | 10101100 | 1000 | 1010001 | 0 | 1011111 | 100001 | 1101111 | 1011011 | 100011 |
Color Harmonies of #20AC08
Complementary color
Monochromatic Colors of #20AC08
Black with #20AC08
Text Example
Text Example
White with #20AC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC08; }
p { color: rgb(32,172,8); }
H1.HeaderClassName
{
color: #20AC08;
}
.AnyTagClassName
{
color: #20AC08;
}
</style>
background-color css
<style>
a { background-color: #20AC08; }
a { background-color: rgb(32,172,8); }
div.DivClassName
{
background-color: #20AC08;
}
.BgClassName
{
background-color: #20AC08;
}
</style>
border-color css
<style>
span { border-color: #20AC08; }
span { border-color: rgb(32,172,8); }
td.TdClassName
{
border-color: #20AC08;
}
.TagClassName
{
border-color: #20AC08;
}
</style>