Shades of Mountain Meadow #20AF7B
Tints of Mountain Meadow #20AF7B
RGB
CMYK
RGB Variations
Color information
#20AF7B (or 0x20AF7B) is known color: Mountain Meadow. HEX triplet: 20, AF and 7B. RGB value is (32,175,123). Sum of RGB (Red+Green+Blue) = 32+175+123=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF7B is #DF5084. Grayscale: #7E7E7E. Windows color (decimal): -14635141 or 8105760. OLE color: 8105760.
HSL color Cylindrical-coordinate representation of color #20AF7B: hue angle of 158.18º 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 #20AF7B is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 123 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.31 |
| HSL | 158.18º | 0.69% | 0.41% | - |
| HSV(B) | 158.18º | 0.82% | 0.69% | - |
| XYZ | 19.5 | 32.4 | 23.96 | - |
| YUV | 126.32 | 126.12 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 123 | 0.82 | 0 | 0.30 | 0.31 | 158.18 | 0.69 | 0.41 |
| Hex | 20 | AF | 7B | 52 | 0 | 1E | 1F | 9E | 45 | 29 |
| Octal | 40 | 257 | 173 | 122 | 0 | 36 | 37 | 236 | 105 | 51 |
| Binary | 100000 | 10101111 | 1111011 | 1010010 | 0 | 11110 | 11111 | 10011110 | 1000101 | 101001 |
Color Harmonies of #20AF7B
Complementary color
Monochromatic Colors of #20AF7B
Black with #20AF7B
Text Example
Text Example
White with #20AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF7B; }
p { color: rgb(32,175,123); }
H1.HeaderClassName
{
color: #20AF7B;
}
.AnyTagClassName
{
color: #20AF7B;
}
</style>
background-color css
<style>
a { background-color: #20AF7B; }
a { background-color: rgb(32,175,123); }
div.DivClassName
{
background-color: #20AF7B;
}
.BgClassName
{
background-color: #20AF7B;
}
</style>
border-color css
<style>
span { border-color: #20AF7B; }
span { border-color: rgb(32,175,123); }
td.TdClassName
{
border-color: #20AF7B;
}
.TagClassName
{
border-color: #20AF7B;
}
</style>