Shades of Elf Green #20A170
Tints of Elf Green #20A170
RGB
CMYK
RGB Variations
Color information
#20A170 (or 0x20A170) is known color: Elf Green. HEX triplet: 20, A1 and 70. RGB value is (32,161,112). Sum of RGB (Red+Green+Blue) = 32+161+112=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #20A170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A170 is #DF5E8F. Grayscale: #747474. Windows color (decimal): -14638736 or 7381280. OLE color: 7381280.
HSL color Cylindrical-coordinate representation of color #20A170: hue angle of 157.21º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A170 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 112 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.37 |
| HSL | 157.21º | 0.67% | 0.38% | - |
| HSV(B) | 157.21º | 0.8% | 0.63% | - |
| XYZ | 16.27 | 26.97 | 19.68 | - |
| YUV | 116.84 | 125.26 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 112 | 0.80 | 0 | 0.30 | 0.37 | 157.21 | 0.67 | 0.38 |
| Hex | 20 | A1 | 70 | 50 | 0 | 1E | 25 | 9D | 43 | 26 |
| Octal | 40 | 241 | 160 | 120 | 0 | 36 | 45 | 235 | 103 | 46 |
| Binary | 100000 | 10100001 | 1110000 | 1010000 | 0 | 11110 | 100101 | 10011101 | 1000011 | 100110 |
Color Harmonies of #20A170
Complementary color
Monochromatic Colors of #20A170
Black with #20A170
Text Example
Text Example
White with #20A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A170; }
p { color: rgb(32,161,112); }
H1.HeaderClassName
{
color: #20A170;
}
.AnyTagClassName
{
color: #20A170;
}
</style>
background-color css
<style>
a { background-color: #20A170; }
a { background-color: rgb(32,161,112); }
div.DivClassName
{
background-color: #20A170;
}
.BgClassName
{
background-color: #20A170;
}
</style>
border-color css
<style>
span { border-color: #20A170; }
span { border-color: rgb(32,161,112); }
td.TdClassName
{
border-color: #20A170;
}
.TagClassName
{
border-color: #20A170;
}
</style>