Shades of Mountain Meadow #20AF7A
Tints of Mountain Meadow #20AF7A
RGB
CMYK
RGB Variations
Color information
#20AF7A (or 0x20AF7A) is known color: Mountain Meadow. HEX triplet: 20, AF and 7A. RGB value is (32,175,122). Sum of RGB (Red+Green+Blue) = 32+175+122=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF7A is #DF5085. Grayscale: #7E7E7E. Windows color (decimal): -14635142 or 8040224. OLE color: 8040224.
HSL color Cylindrical-coordinate representation of color #20AF7A: hue angle of 157.76º 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 #20AF7A is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 122 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.31 |
| HSL | 157.76º | 0.69% | 0.41% | - |
| HSV(B) | 157.76º | 0.82% | 0.69% | - |
| XYZ | 19.44 | 32.37 | 23.64 | - |
| YUV | 126.2 | 125.62 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 122 | 0.82 | 0 | 0.30 | 0.31 | 157.76 | 0.69 | 0.41 |
| Hex | 20 | AF | 7A | 52 | 0 | 1E | 1F | 9E | 45 | 29 |
| Octal | 40 | 257 | 172 | 122 | 0 | 36 | 37 | 236 | 105 | 51 |
| Binary | 100000 | 10101111 | 1111010 | 1010010 | 0 | 11110 | 11111 | 10011110 | 1000101 | 101001 |
Color Harmonies of #20AF7A
Complementary color
Monochromatic Colors of #20AF7A
Black with #20AF7A
Text Example
Text Example
White with #20AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF7A; }
p { color: rgb(32,175,122); }
H1.HeaderClassName
{
color: #20AF7A;
}
.AnyTagClassName
{
color: #20AF7A;
}
</style>
background-color css
<style>
a { background-color: #20AF7A; }
a { background-color: rgb(32,175,122); }
div.DivClassName
{
background-color: #20AF7A;
}
.BgClassName
{
background-color: #20AF7A;
}
</style>
border-color css
<style>
span { border-color: #20AF7A; }
span { border-color: rgb(32,175,122); }
td.TdClassName
{
border-color: #20AF7A;
}
.TagClassName
{
border-color: #20AF7A;
}
</style>