Shades of Islamic Green #20AF02
Tints of Islamic Green #20AF02
RGB
CMYK
RGB Variations
Color information
#20AF02 (or 0x20AF02) is known color: Islamic Green. HEX triplet: 20, AF and 02. RGB value is (32,175,2). Sum of RGB (Red+Green+Blue) = 32+175+2=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 175 (68.75% from 255 or 83.73% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AF02 is #DF50FD. Grayscale: #717171. Windows color (decimal): -14635262 or 175904. OLE color: 175904.
HSL color Cylindrical-coordinate representation of color #20AF02: hue angle of 109.6º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20AF02 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.31 |
| HSL | 109.6º | 0.98% | 0.35% | - |
| HSV(B) | 109.6º | 0.99% | 0.69% | - |
| XYZ | 15.94 | 30.97 | 5.2 | - |
| YUV | 112.52 | 65.62 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 2 | 0.82 | 0 | 0.99 | 0.31 | 109.6 | 0.98 | 0.35 |
| Hex | 20 | AF | 2 | 52 | 0 | 63 | 1F | 6E | 62 | 23 |
| Octal | 40 | 257 | 2 | 122 | 0 | 143 | 37 | 156 | 142 | 43 |
| Binary | 100000 | 10101111 | 10 | 1010010 | 0 | 1100011 | 11111 | 1101110 | 1100010 | 100011 |
Color Harmonies of #20AF02
Complementary color
Monochromatic Colors of #20AF02
Black with #20AF02
Text Example
Text Example
White with #20AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF02; }
p { color: rgb(32,175,2); }
H1.HeaderClassName
{
color: #20AF02;
}
.AnyTagClassName
{
color: #20AF02;
}
</style>
background-color css
<style>
a { background-color: #20AF02; }
a { background-color: rgb(32,175,2); }
div.DivClassName
{
background-color: #20AF02;
}
.BgClassName
{
background-color: #20AF02;
}
</style>
border-color css
<style>
span { border-color: #20AF02; }
span { border-color: rgb(32,175,2); }
td.TdClassName
{
border-color: #20AF02;
}
.TagClassName
{
border-color: #20AF02;
}
</style>