Shades of Mountain Meadow #21AD7E
Tints of Mountain Meadow #21AD7E
RGB
CMYK
RGB Variations
Color information
#21AD7E (or 0x21AD7E) is known color: Mountain Meadow. HEX triplet: 21, AD and 7E. RGB value is (33,173,126). Sum of RGB (Red+Green+Blue) = 33+173+126=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD7E is #DE5281. Grayscale: #7D7D7D. Windows color (decimal): -14570114 or 8301857. OLE color: 8301857.
HSL color Cylindrical-coordinate representation of color #21AD7E: hue angle of 159.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD7E is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 126 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.32 |
| HSL | 159.86º | 0.68% | 0.4% | - |
| HSV(B) | 159.86º | 0.81% | 0.68% | - |
| XYZ | 19.34 | 31.72 | 24.84 | - |
| YUV | 125.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 126 | 0.81 | 0 | 0.27 | 0.32 | 159.86 | 0.68 | 0.4 |
| Hex | 21 | AD | 7E | 51 | 0 | 1B | 20 | A0 | 44 | 28 |
| Octal | 41 | 255 | 176 | 121 | 0 | 33 | 40 | 240 | 104 | 50 |
| Binary | 100001 | 10101101 | 1111110 | 1010001 | 0 | 11011 | 100000 | 10100000 | 1000100 | 101000 |
Color Harmonies of #21AD7E
Complementary color
Monochromatic Colors of #21AD7E
Black with #21AD7E
Text Example
Text Example
White with #21AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD7E; }
p { color: rgb(33,173,126); }
H1.HeaderClassName
{
color: #21AD7E;
}
.AnyTagClassName
{
color: #21AD7E;
}
</style>
background-color css
<style>
a { background-color: #21AD7E; }
a { background-color: rgb(33,173,126); }
div.DivClassName
{
background-color: #21AD7E;
}
.BgClassName
{
background-color: #21AD7E;
}
</style>
border-color css
<style>
span { border-color: #21AD7E; }
span { border-color: rgb(33,173,126); }
td.TdClassName
{
border-color: #21AD7E;
}
.TagClassName
{
border-color: #21AD7E;
}
</style>