Shades of Elf Green #20A36F
Tints of Elf Green #20A36F
RGB
CMYK
RGB Variations
Color information
#20A36F (or 0x20A36F) is known color: Elf Green. HEX triplet: 20, A3 and 6F. RGB value is (32,163,111). Sum of RGB (Red+Green+Blue) = 32+163+111=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #20A36F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A36F is #DF5C90. Grayscale: #757575. Windows color (decimal): -14638225 or 7316256. OLE color: 7316256.
HSL color Cylindrical-coordinate representation of color #20A36F: hue angle of 156.18º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A36F is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 163 | 111 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.36 |
| HSL | 156.18º | 0.67% | 0.38% | - |
| HSV(B) | 156.18º | 0.8% | 0.64% | - |
| XYZ | 16.56 | 27.65 | 19.5 | - |
| YUV | 117.9 | 124.1 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 163 | 111 | 0.80 | 0 | 0.32 | 0.36 | 156.18 | 0.67 | 0.38 |
| Hex | 20 | A3 | 6F | 50 | 0 | 20 | 24 | 9C | 43 | 26 |
| Octal | 40 | 243 | 157 | 120 | 0 | 40 | 44 | 234 | 103 | 46 |
| Binary | 100000 | 10100011 | 1101111 | 1010000 | 0 | 100000 | 100100 | 10011100 | 1000011 | 100110 |
Color Harmonies of #20A36F
Complementary color
Monochromatic Colors of #20A36F
Black with #20A36F
Text Example
Text Example
White with #20A36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A36F; }
p { color: rgb(32,163,111); }
H1.HeaderClassName
{
color: #20A36F;
}
.AnyTagClassName
{
color: #20A36F;
}
</style>
background-color css
<style>
a { background-color: #20A36F; }
a { background-color: rgb(32,163,111); }
div.DivClassName
{
background-color: #20A36F;
}
.BgClassName
{
background-color: #20A36F;
}
</style>
border-color css
<style>
span { border-color: #20A36F; }
span { border-color: rgb(32,163,111); }
td.TdClassName
{
border-color: #20A36F;
}
.TagClassName
{
border-color: #20A36F;
}
</style>