Shades of Mountain Meadow #21AD82
Tints of Mountain Meadow #21AD82
RGB
CMYK
RGB Variations
Color information
#21AD82 (or 0x21AD82) is known color: Mountain Meadow. HEX triplet: 21, AD and 82. RGB value is (33,173,130). Sum of RGB (Red+Green+Blue) = 33+173+130=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AD82 is #DE527D. Grayscale: #7E7E7E. Windows color (decimal): -14570110 or 8564001. OLE color: 8564001.
HSL color Cylindrical-coordinate representation of color #21AD82: hue angle of 161.57º 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 #21AD82 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 130 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.32 |
| HSL | 161.57º | 0.68% | 0.4% | - |
| HSV(B) | 161.57º | 0.81% | 0.68% | - |
| XYZ | 19.6 | 31.82 | 26.23 | - |
| YUV | 126.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 130 | 0.81 | 0 | 0.25 | 0.32 | 161.57 | 0.68 | 0.4 |
| Hex | 21 | AD | 82 | 51 | 0 | 19 | 20 | A2 | 44 | 28 |
| Octal | 41 | 255 | 202 | 121 | 0 | 31 | 40 | 242 | 104 | 50 |
| Binary | 100001 | 10101101 | 10000010 | 1010001 | 0 | 11001 | 100000 | 10100010 | 1000100 | 101000 |
Color Harmonies of #21AD82
Complementary color
Monochromatic Colors of #21AD82
Black with #21AD82
Text Example
Text Example
White with #21AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD82; }
p { color: rgb(33,173,130); }
H1.HeaderClassName
{
color: #21AD82;
}
.AnyTagClassName
{
color: #21AD82;
}
</style>
background-color css
<style>
a { background-color: #21AD82; }
a { background-color: rgb(33,173,130); }
div.DivClassName
{
background-color: #21AD82;
}
.BgClassName
{
background-color: #21AD82;
}
</style>
border-color css
<style>
span { border-color: #21AD82; }
span { border-color: rgb(33,173,130); }
td.TdClassName
{
border-color: #21AD82;
}
.TagClassName
{
border-color: #21AD82;
}
</style>