Shades of Islamic Green #20AF04
Tints of Islamic Green #20AF04
RGB
CMYK
RGB Variations
Color information
#20AF04 (or 0x20AF04) is known color: Islamic Green. HEX triplet: 20, AF and 04. RGB value is (32,175,4). Sum of RGB (Red+Green+Blue) = 32+175+4=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 175 (68.75% from 255 or 82.94% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AF04 is #DF50FB. Grayscale: #717171. Windows color (decimal): -14635260 or 306976. OLE color: 306976.
HSL color Cylindrical-coordinate representation of color #20AF04: hue angle of 110.18º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20AF04 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 4 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.31 |
| HSL | 110.18º | 0.96% | 0.35% | - |
| HSV(B) | 110.18º | 0.98% | 0.69% | - |
| XYZ | 15.95 | 30.98 | 5.25 | - |
| YUV | 112.75 | 66.62 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 4 | 0.82 | 0 | 0.98 | 0.31 | 110.18 | 0.96 | 0.35 |
| Hex | 20 | AF | 4 | 52 | 0 | 62 | 1F | 6E | 60 | 23 |
| Octal | 40 | 257 | 4 | 122 | 0 | 142 | 37 | 156 | 140 | 43 |
| Binary | 100000 | 10101111 | 100 | 1010010 | 0 | 1100010 | 11111 | 1101110 | 1100000 | 100011 |
Color Harmonies of #20AF04
Complementary color
Monochromatic Colors of #20AF04
Black with #20AF04
Text Example
Text Example
White with #20AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF04; }
p { color: rgb(32,175,4); }
H1.HeaderClassName
{
color: #20AF04;
}
.AnyTagClassName
{
color: #20AF04;
}
</style>
background-color css
<style>
a { background-color: #20AF04; }
a { background-color: rgb(32,175,4); }
div.DivClassName
{
background-color: #20AF04;
}
.BgClassName
{
background-color: #20AF04;
}
</style>
border-color css
<style>
span { border-color: #20AF04; }
span { border-color: rgb(32,175,4); }
td.TdClassName
{
border-color: #20AF04;
}
.TagClassName
{
border-color: #20AF04;
}
</style>