Shades of Mountain Meadow #20AE83
Tints of Mountain Meadow #20AE83
RGB
CMYK
RGB Variations
Color information
#20AE83 (or 0x20AE83) is known color: Mountain Meadow. HEX triplet: 20, AE and 83. RGB value is (32,174,131). Sum of RGB (Red+Green+Blue) = 32+174+131=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AE83 is #DF517C. Grayscale: #7E7E7E. Windows color (decimal): -14635389 or 8629792. OLE color: 8629792.
HSL color Cylindrical-coordinate representation of color #20AE83: hue angle of 161.83º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AE83 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 131 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.32 |
| HSL | 161.83º | 0.69% | 0.4% | - |
| HSV(B) | 161.83º | 0.82% | 0.68% | - |
| XYZ | 19.83 | 32.22 | 26.65 | - |
| YUV | 126.64 | 130.46 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 131 | 0.82 | 0 | 0.25 | 0.32 | 161.83 | 0.69 | 0.4 |
| Hex | 20 | AE | 83 | 52 | 0 | 19 | 20 | A2 | 45 | 28 |
| Octal | 40 | 256 | 203 | 122 | 0 | 31 | 40 | 242 | 105 | 50 |
| Binary | 100000 | 10101110 | 10000011 | 1010010 | 0 | 11001 | 100000 | 10100010 | 1000101 | 101000 |
Color Harmonies of #20AE83
Complementary color
Monochromatic Colors of #20AE83
Black with #20AE83
Text Example
Text Example
White with #20AE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AE83; }
p { color: rgb(32,174,131); }
H1.HeaderClassName
{
color: #20AE83;
}
.AnyTagClassName
{
color: #20AE83;
}
</style>
background-color css
<style>
a { background-color: #20AE83; }
a { background-color: rgb(32,174,131); }
div.DivClassName
{
background-color: #20AE83;
}
.BgClassName
{
background-color: #20AE83;
}
</style>
border-color css
<style>
span { border-color: #20AE83; }
span { border-color: rgb(32,174,131); }
td.TdClassName
{
border-color: #20AE83;
}
.TagClassName
{
border-color: #20AE83;
}
</style>