Shades of Mountain Meadow #20AF89
Tints of Mountain Meadow #20AF89
RGB
CMYK
RGB Variations
Color information
#20AF89 (or 0x20AF89) is known color: Mountain Meadow. HEX triplet: 20, AF and 89. RGB value is (32,175,137). Sum of RGB (Red+Green+Blue) = 32+175+137=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AF89 is #DF5076. Grayscale: #7F7F7F. Windows color (decimal): -14635127 or 9023264. OLE color: 9023264.
HSL color Cylindrical-coordinate representation of color #20AF89: hue angle of 164.06º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF89 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 137 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.31 |
| HSL | 164.06º | 0.69% | 0.41% | - |
| HSV(B) | 164.06º | 0.82% | 0.69% | - |
| XYZ | 20.44 | 32.77 | 28.92 | - |
| YUV | 127.91 | 133.12 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 137 | 0.82 | 0 | 0.22 | 0.31 | 164.06 | 0.69 | 0.41 |
| Hex | 20 | AF | 89 | 52 | 0 | 16 | 1F | A4 | 45 | 29 |
| Octal | 40 | 257 | 211 | 122 | 0 | 26 | 37 | 244 | 105 | 51 |
| Binary | 100000 | 10101111 | 10001001 | 1010010 | 0 | 10110 | 11111 | 10100100 | 1000101 | 101001 |
Color Harmonies of #20AF89
Complementary color
Monochromatic Colors of #20AF89
Black with #20AF89
Text Example
Text Example
White with #20AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF89; }
p { color: rgb(32,175,137); }
H1.HeaderClassName
{
color: #20AF89;
}
.AnyTagClassName
{
color: #20AF89;
}
</style>
background-color css
<style>
a { background-color: #20AF89; }
a { background-color: rgb(32,175,137); }
div.DivClassName
{
background-color: #20AF89;
}
.BgClassName
{
background-color: #20AF89;
}
</style>
border-color css
<style>
span { border-color: #20AF89; }
span { border-color: rgb(32,175,137); }
td.TdClassName
{
border-color: #20AF89;
}
.TagClassName
{
border-color: #20AF89;
}
</style>