Shades of Mountain Meadow #20AB72
Tints of Mountain Meadow #20AB72
RGB
CMYK
RGB Variations
Color information
#20AB72 (or 0x20AB72) is known color: Mountain Meadow. HEX triplet: 20, AB and 72. RGB value is (32,171,114). Sum of RGB (Red+Green+Blue) = 32+171+114=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB72 is #DF548D. Grayscale: #7B7B7B. Windows color (decimal): -14636174 or 7514912. OLE color: 7514912.
HSL color Cylindrical-coordinate representation of color #20AB72: hue angle of 155.4º 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 #20AB72 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 114 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.33 |
| HSL | 155.4º | 0.68% | 0.4% | - |
| HSV(B) | 155.4º | 0.81% | 0.67% | - |
| XYZ | 18.2 | 30.65 | 20.88 | - |
| YUV | 122.94 | 122.95 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 114 | 0.81 | 0 | 0.33 | 0.33 | 155.4 | 0.68 | 0.4 |
| Hex | 20 | AB | 72 | 51 | 0 | 21 | 21 | 9B | 44 | 28 |
| Octal | 40 | 253 | 162 | 121 | 0 | 41 | 41 | 233 | 104 | 50 |
| Binary | 100000 | 10101011 | 1110010 | 1010001 | 0 | 100001 | 100001 | 10011011 | 1000100 | 101000 |
Color Harmonies of #20AB72
Complementary color
Monochromatic Colors of #20AB72
Black with #20AB72
Text Example
Text Example
White with #20AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB72; }
p { color: rgb(32,171,114); }
H1.HeaderClassName
{
color: #20AB72;
}
.AnyTagClassName
{
color: #20AB72;
}
</style>
background-color css
<style>
a { background-color: #20AB72; }
a { background-color: rgb(32,171,114); }
div.DivClassName
{
background-color: #20AB72;
}
.BgClassName
{
background-color: #20AB72;
}
</style>
border-color css
<style>
span { border-color: #20AB72; }
span { border-color: rgb(32,171,114); }
td.TdClassName
{
border-color: #20AB72;
}
.TagClassName
{
border-color: #20AB72;
}
</style>