Shades of Mountain Meadow #20AD83
Tints of Mountain Meadow #20AD83
RGB
CMYK
RGB Variations
Color information
#20AD83 (or 0x20AD83) is known color: Mountain Meadow. HEX triplet: 20, AD and 83. RGB value is (32,173,131). Sum of RGB (Red+Green+Blue) = 32+173+131=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AD83 is #DF527C. Grayscale: #7E7E7E. Windows color (decimal): -14635645 or 8629536. OLE color: 8629536.
HSL color Cylindrical-coordinate representation of color #20AD83: hue angle of 162.13º 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 #20AD83 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 131 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.32 |
| HSL | 162.13º | 0.69% | 0.4% | - |
| HSV(B) | 162.13º | 0.82% | 0.68% | - |
| XYZ | 19.64 | 31.83 | 26.58 | - |
| YUV | 126.05 | 130.79 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 131 | 0.82 | 0 | 0.24 | 0.32 | 162.13 | 0.69 | 0.4 |
| Hex | 20 | AD | 83 | 52 | 0 | 18 | 20 | A2 | 45 | 28 |
| Octal | 40 | 255 | 203 | 122 | 0 | 30 | 40 | 242 | 105 | 50 |
| Binary | 100000 | 10101101 | 10000011 | 1010010 | 0 | 11000 | 100000 | 10100010 | 1000101 | 101000 |
Color Harmonies of #20AD83
Complementary color
Monochromatic Colors of #20AD83
Black with #20AD83
Text Example
Text Example
White with #20AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD83; }
p { color: rgb(32,173,131); }
H1.HeaderClassName
{
color: #20AD83;
}
.AnyTagClassName
{
color: #20AD83;
}
</style>
background-color css
<style>
a { background-color: #20AD83; }
a { background-color: rgb(32,173,131); }
div.DivClassName
{
background-color: #20AD83;
}
.BgClassName
{
background-color: #20AD83;
}
</style>
border-color css
<style>
span { border-color: #20AD83; }
span { border-color: rgb(32,173,131); }
td.TdClassName
{
border-color: #20AD83;
}
.TagClassName
{
border-color: #20AD83;
}
</style>