Shades of Mountain Meadow #21AC6D
Tints of Mountain Meadow #21AC6D
RGB
CMYK
RGB Variations
Color information
#21AC6D (or 0x21AC6D) is known color: Mountain Meadow. HEX triplet: 21, AC and 6D. RGB value is (33,172,109). Sum of RGB (Red+Green+Blue) = 33+172+109=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC6D is #DE5392. Grayscale: #7B7B7B. Windows color (decimal): -14570387 or 7187489. OLE color: 7187489.
HSL color Cylindrical-coordinate representation of color #21AC6D: hue angle of 152.81º 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 #21AC6D is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 109 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.33 |
| HSL | 152.81º | 0.68% | 0.4% | - |
| HSV(B) | 152.81º | 0.81% | 0.67% | - |
| XYZ | 18.14 | 30.93 | 19.48 | - |
| YUV | 123.26 | 119.95 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 109 | 0.81 | 0 | 0.37 | 0.33 | 152.81 | 0.68 | 0.4 |
| Hex | 21 | AC | 6D | 51 | 0 | 25 | 21 | 99 | 44 | 28 |
| Octal | 41 | 254 | 155 | 121 | 0 | 45 | 41 | 231 | 104 | 50 |
| Binary | 100001 | 10101100 | 1101101 | 1010001 | 0 | 100101 | 100001 | 10011001 | 1000100 | 101000 |
Color Harmonies of #21AC6D
Complementary color
Monochromatic Colors of #21AC6D
Black with #21AC6D
Text Example
Text Example
White with #21AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC6D; }
p { color: rgb(33,172,109); }
H1.HeaderClassName
{
color: #21AC6D;
}
.AnyTagClassName
{
color: #21AC6D;
}
</style>
background-color css
<style>
a { background-color: #21AC6D; }
a { background-color: rgb(33,172,109); }
div.DivClassName
{
background-color: #21AC6D;
}
.BgClassName
{
background-color: #21AC6D;
}
</style>
border-color css
<style>
span { border-color: #21AC6D; }
span { border-color: rgb(33,172,109); }
td.TdClassName
{
border-color: #21AC6D;
}
.TagClassName
{
border-color: #21AC6D;
}
</style>