Shades of Mountain Meadow #20AB78
Tints of Mountain Meadow #20AB78
RGB
CMYK
RGB Variations
Color information
#20AB78 (or 0x20AB78) is known color: Mountain Meadow. HEX triplet: 20, AB and 78. RGB value is (32,171,120). Sum of RGB (Red+Green+Blue) = 32+171+120=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB78 is #DF5487. Grayscale: #7B7B7B. Windows color (decimal): -14636168 or 7908128. OLE color: 7908128.
HSL color Cylindrical-coordinate representation of color #20AB78: hue angle of 157.99º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AB78 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 120 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.33 |
| HSL | 157.99º | 0.68% | 0.4% | - |
| HSV(B) | 157.99º | 0.81% | 0.67% | - |
| XYZ | 18.55 | 30.79 | 22.73 | - |
| YUV | 123.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 120 | 0.81 | 0 | 0.30 | 0.33 | 157.99 | 0.68 | 0.4 |
| Hex | 20 | AB | 78 | 51 | 0 | 1E | 21 | 9E | 44 | 28 |
| Octal | 40 | 253 | 170 | 121 | 0 | 36 | 41 | 236 | 104 | 50 |
| Binary | 100000 | 10101011 | 1111000 | 1010001 | 0 | 11110 | 100001 | 10011110 | 1000100 | 101000 |
Color Harmonies of #20AB78
Complementary color
Monochromatic Colors of #20AB78
Black with #20AB78
Text Example
Text Example
White with #20AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB78; }
p { color: rgb(32,171,120); }
H1.HeaderClassName
{
color: #20AB78;
}
.AnyTagClassName
{
color: #20AB78;
}
</style>
background-color css
<style>
a { background-color: #20AB78; }
a { background-color: rgb(32,171,120); }
div.DivClassName
{
background-color: #20AB78;
}
.BgClassName
{
background-color: #20AB78;
}
</style>
border-color css
<style>
span { border-color: #20AB78; }
span { border-color: rgb(32,171,120); }
td.TdClassName
{
border-color: #20AB78;
}
.TagClassName
{
border-color: #20AB78;
}
</style>