Shades of Mountain Meadow #20AC83
Tints of Mountain Meadow #20AC83
RGB
CMYK
RGB Variations
Color information
#20AC83 (or 0x20AC83) is known color: Mountain Meadow. HEX triplet: 20, AC and 83. RGB value is (32,172,131). Sum of RGB (Red+Green+Blue) = 32+172+131=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AC83 is #DF537C. Grayscale: #7D7D7D. Windows color (decimal): -14635901 or 8629280. OLE color: 8629280.
HSL color Cylindrical-coordinate representation of color #20AC83: hue angle of 162.43º degrees, saturation: 0.69, 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 #20AC83 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 131 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.33 |
| HSL | 162.43º | 0.69% | 0.4% | - |
| HSV(B) | 162.43º | 0.81% | 0.67% | - |
| XYZ | 19.44 | 31.45 | 26.52 | - |
| YUV | 125.47 | 131.12 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 131 | 0.81 | 0 | 0.24 | 0.33 | 162.43 | 0.69 | 0.4 |
| Hex | 20 | AC | 83 | 51 | 0 | 18 | 21 | A2 | 45 | 28 |
| Octal | 40 | 254 | 203 | 121 | 0 | 30 | 41 | 242 | 105 | 50 |
| Binary | 100000 | 10101100 | 10000011 | 1010001 | 0 | 11000 | 100001 | 10100010 | 1000101 | 101000 |
Color Harmonies of #20AC83
Complementary color
Monochromatic Colors of #20AC83
Black with #20AC83
Text Example
Text Example
White with #20AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC83; }
p { color: rgb(32,172,131); }
H1.HeaderClassName
{
color: #20AC83;
}
.AnyTagClassName
{
color: #20AC83;
}
</style>
background-color css
<style>
a { background-color: #20AC83; }
a { background-color: rgb(32,172,131); }
div.DivClassName
{
background-color: #20AC83;
}
.BgClassName
{
background-color: #20AC83;
}
</style>
border-color css
<style>
span { border-color: #20AC83; }
span { border-color: rgb(32,172,131); }
td.TdClassName
{
border-color: #20AC83;
}
.TagClassName
{
border-color: #20AC83;
}
</style>