Shades of Mountain Meadow #20AF8A
Tints of Mountain Meadow #20AF8A
RGB
CMYK
RGB Variations
Color information
#20AF8A (or 0x20AF8A) is known color: Mountain Meadow. HEX triplet: 20, AF and 8A. RGB value is (32,175,138). Sum of RGB (Red+Green+Blue) = 32+175+138=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AF8A is #DF5075. Grayscale: #808080. Windows color (decimal): -14635126 or 9088800. OLE color: 9088800.
HSL color Cylindrical-coordinate representation of color #20AF8A: hue angle of 164.48º 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 #20AF8A is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 138 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.31 |
| HSL | 164.48º | 0.69% | 0.41% | - |
| HSV(B) | 164.48º | 0.82% | 0.69% | - |
| XYZ | 20.51 | 32.8 | 29.3 | - |
| YUV | 128.03 | 133.62 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 138 | 0.82 | 0 | 0.21 | 0.31 | 164.48 | 0.69 | 0.41 |
| Hex | 20 | AF | 8A | 52 | 0 | 15 | 1F | A4 | 45 | 29 |
| Octal | 40 | 257 | 212 | 122 | 0 | 25 | 37 | 244 | 105 | 51 |
| Binary | 100000 | 10101111 | 10001010 | 1010010 | 0 | 10101 | 11111 | 10100100 | 1000101 | 101001 |
Color Harmonies of #20AF8A
Complementary color
Monochromatic Colors of #20AF8A
Black with #20AF8A
Text Example
Text Example
White with #20AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF8A; }
p { color: rgb(32,175,138); }
H1.HeaderClassName
{
color: #20AF8A;
}
.AnyTagClassName
{
color: #20AF8A;
}
</style>
background-color css
<style>
a { background-color: #20AF8A; }
a { background-color: rgb(32,175,138); }
div.DivClassName
{
background-color: #20AF8A;
}
.BgClassName
{
background-color: #20AF8A;
}
</style>
border-color css
<style>
span { border-color: #20AF8A; }
span { border-color: rgb(32,175,138); }
td.TdClassName
{
border-color: #20AF8A;
}
.TagClassName
{
border-color: #20AF8A;
}
</style>