Shades of Mountain Meadow #21AA6D
Tints of Mountain Meadow #21AA6D
RGB
CMYK
RGB Variations
Color information
#21AA6D (or 0x21AA6D) is known color: Mountain Meadow. HEX triplet: 21, AA and 6D. RGB value is (33,170,109). Sum of RGB (Red+Green+Blue) = 33+170+109=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA6D is #DE5592. Grayscale: #7A7A7A. Windows color (decimal): -14570899 or 7186977. OLE color: 7186977.
HSL color Cylindrical-coordinate representation of color #21AA6D: hue angle of 153.28º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AA6D is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 109 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.33 |
| HSL | 153.28º | 0.67% | 0.4% | - |
| HSV(B) | 153.28º | 0.81% | 0.67% | - |
| XYZ | 17.76 | 30.18 | 19.36 | - |
| YUV | 122.08 | 120.61 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 109 | 0.81 | 0 | 0.36 | 0.33 | 153.28 | 0.67 | 0.4 |
| Hex | 21 | AA | 6D | 51 | 0 | 24 | 21 | 99 | 43 | 28 |
| Octal | 41 | 252 | 155 | 121 | 0 | 44 | 41 | 231 | 103 | 50 |
| Binary | 100001 | 10101010 | 1101101 | 1010001 | 0 | 100100 | 100001 | 10011001 | 1000011 | 101000 |
Color Harmonies of #21AA6D
Complementary color
Monochromatic Colors of #21AA6D
Black with #21AA6D
Text Example
Text Example
White with #21AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA6D; }
p { color: rgb(33,170,109); }
H1.HeaderClassName
{
color: #21AA6D;
}
.AnyTagClassName
{
color: #21AA6D;
}
</style>
background-color css
<style>
a { background-color: #21AA6D; }
a { background-color: rgb(33,170,109); }
div.DivClassName
{
background-color: #21AA6D;
}
.BgClassName
{
background-color: #21AA6D;
}
</style>
border-color css
<style>
span { border-color: #21AA6D; }
span { border-color: rgb(33,170,109); }
td.TdClassName
{
border-color: #21AA6D;
}
.TagClassName
{
border-color: #21AA6D;
}
</style>