Shades of Mountain Meadow #20AF6D
Tints of Mountain Meadow #20AF6D
RGB
CMYK
RGB Variations
Color information
#20AF6D (or 0x20AF6D) is known color: Mountain Meadow. HEX triplet: 20, AF and 6D. RGB value is (32,175,109). Sum of RGB (Red+Green+Blue) = 32+175+109=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF6D is #DF5092. Grayscale: #7C7C7C. Windows color (decimal): -14635155 or 7188256. OLE color: 7188256.
HSL color Cylindrical-coordinate representation of color #20AF6D: hue angle of 152.31º 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 #20AF6D is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 109 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.31 |
| HSL | 152.31º | 0.69% | 0.41% | - |
| HSV(B) | 152.31º | 0.82% | 0.69% | - |
| XYZ | 18.69 | 32.07 | 19.67 | - |
| YUV | 124.72 | 119.12 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 109 | 0.82 | 0 | 0.38 | 0.31 | 152.31 | 0.69 | 0.41 |
| Hex | 20 | AF | 6D | 52 | 0 | 26 | 1F | 98 | 45 | 29 |
| Octal | 40 | 257 | 155 | 122 | 0 | 46 | 37 | 230 | 105 | 51 |
| Binary | 100000 | 10101111 | 1101101 | 1010010 | 0 | 100110 | 11111 | 10011000 | 1000101 | 101001 |
Color Harmonies of #20AF6D
Complementary color
Monochromatic Colors of #20AF6D
Black with #20AF6D
Text Example
Text Example
White with #20AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF6D; }
p { color: rgb(32,175,109); }
H1.HeaderClassName
{
color: #20AF6D;
}
.AnyTagClassName
{
color: #20AF6D;
}
</style>
background-color css
<style>
a { background-color: #20AF6D; }
a { background-color: rgb(32,175,109); }
div.DivClassName
{
background-color: #20AF6D;
}
.BgClassName
{
background-color: #20AF6D;
}
</style>
border-color css
<style>
span { border-color: #20AF6D; }
span { border-color: rgb(32,175,109); }
td.TdClassName
{
border-color: #20AF6D;
}
.TagClassName
{
border-color: #20AF6D;
}
</style>