Shades of Mountain Meadow #21AC73
Tints of Mountain Meadow #21AC73
RGB
CMYK
RGB Variations
Color information
#21AC73 (or 0x21AC73) is known color: Mountain Meadow. HEX triplet: 21, AC and 73. RGB value is (33,172,115). Sum of RGB (Red+Green+Blue) = 33+172+115=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC73 is #DE538C. Grayscale: #7C7C7C. Windows color (decimal): -14570381 or 7580705. OLE color: 7580705.
HSL color Cylindrical-coordinate representation of color #21AC73: hue angle of 155.4º degrees, saturation: 0.68, 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 #21AC73 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 115 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.33 |
| HSL | 155.4º | 0.68% | 0.4% | - |
| HSV(B) | 155.4º | 0.81% | 0.67% | - |
| XYZ | 18.47 | 31.07 | 21.24 | - |
| YUV | 123.94 | 122.95 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 115 | 0.81 | 0 | 0.33 | 0.33 | 155.4 | 0.68 | 0.4 |
| Hex | 21 | AC | 73 | 51 | 0 | 21 | 21 | 9B | 44 | 28 |
| Octal | 41 | 254 | 163 | 121 | 0 | 41 | 41 | 233 | 104 | 50 |
| Binary | 100001 | 10101100 | 1110011 | 1010001 | 0 | 100001 | 100001 | 10011011 | 1000100 | 101000 |
Color Harmonies of #21AC73
Complementary color
Monochromatic Colors of #21AC73
Black with #21AC73
Text Example
Text Example
White with #21AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC73; }
p { color: rgb(33,172,115); }
H1.HeaderClassName
{
color: #21AC73;
}
.AnyTagClassName
{
color: #21AC73;
}
</style>
background-color css
<style>
a { background-color: #21AC73; }
a { background-color: rgb(33,172,115); }
div.DivClassName
{
background-color: #21AC73;
}
.BgClassName
{
background-color: #21AC73;
}
</style>
border-color css
<style>
span { border-color: #21AC73; }
span { border-color: rgb(33,172,115); }
td.TdClassName
{
border-color: #21AC73;
}
.TagClassName
{
border-color: #21AC73;
}
</style>