Shades of Elf Green #20997B
Tints of Elf Green #20997B
RGB
CMYK
RGB Variations
Color information
#20997B (or 0x20997B) is known color: Elf Green. HEX triplet: 20, 99 and 7B. RGB value is (32,153,123). Sum of RGB (Red+Green+Blue) = 32+153+123=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #20997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20997B is #DF6684. Grayscale: #717171. Windows color (decimal): -14640773 or 8100128. OLE color: 8100128.
HSL color Cylindrical-coordinate representation of color #20997B: hue angle of 165.12º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20997B is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 123 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.4 |
| HSL | 165.12º | 0.65% | 0.36% | - |
| HSV(B) | 165.12º | 0.79% | 0.6% | - |
| XYZ | 15.56 | 24.52 | 22.65 | - |
| YUV | 113.4 | 133.41 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 123 | 0.79 | 0 | 0.20 | 0.4 | 165.12 | 0.65 | 0.36 |
| Hex | 20 | 99 | 7B | 4F | 0 | 14 | 28 | A5 | 41 | 24 |
| Octal | 40 | 231 | 173 | 117 | 0 | 24 | 50 | 245 | 101 | 44 |
| Binary | 100000 | 10011001 | 1111011 | 1001111 | 0 | 10100 | 101000 | 10100101 | 1000001 | 100100 |
Color Harmonies of #20997B
Complementary color
Monochromatic Colors of #20997B
Black with #20997B
Text Example
Text Example
White with #20997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20997B; }
p { color: rgb(32,153,123); }
H1.HeaderClassName
{
color: #20997B;
}
.AnyTagClassName
{
color: #20997B;
}
</style>
background-color css
<style>
a { background-color: #20997B; }
a { background-color: rgb(32,153,123); }
div.DivClassName
{
background-color: #20997B;
}
.BgClassName
{
background-color: #20997B;
}
</style>
border-color css
<style>
span { border-color: #20997B; }
span { border-color: rgb(32,153,123); }
td.TdClassName
{
border-color: #20997B;
}
.TagClassName
{
border-color: #20997B;
}
</style>