Shades of Mountain Meadow #21AB76
Tints of Mountain Meadow #21AB76
RGB
CMYK
RGB Variations
Color information
#21AB76 (or 0x21AB76) is known color: Mountain Meadow. HEX triplet: 21, AB and 76. RGB value is (33,171,118). Sum of RGB (Red+Green+Blue) = 33+171+118=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AB76 is #DE5489. Grayscale: #7B7B7B. Windows color (decimal): -14570634 or 7777057. OLE color: 7777057.
HSL color Cylindrical-coordinate representation of color #21AB76: hue angle of 156.96º 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 #21AB76 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 118 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.33 |
| HSL | 156.96º | 0.68% | 0.4% | - |
| HSV(B) | 156.96º | 0.81% | 0.67% | - |
| XYZ | 18.46 | 30.76 | 22.1 | - |
| YUV | 123.7 | 124.78 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 118 | 0.81 | 0 | 0.31 | 0.33 | 156.96 | 0.68 | 0.4 |
| Hex | 21 | AB | 76 | 51 | 0 | 1F | 21 | 9D | 44 | 28 |
| Octal | 41 | 253 | 166 | 121 | 0 | 37 | 41 | 235 | 104 | 50 |
| Binary | 100001 | 10101011 | 1110110 | 1010001 | 0 | 11111 | 100001 | 10011101 | 1000100 | 101000 |
Color Harmonies of #21AB76
Complementary color
Monochromatic Colors of #21AB76
Black with #21AB76
Text Example
Text Example
White with #21AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB76; }
p { color: rgb(33,171,118); }
H1.HeaderClassName
{
color: #21AB76;
}
.AnyTagClassName
{
color: #21AB76;
}
</style>
background-color css
<style>
a { background-color: #21AB76; }
a { background-color: rgb(33,171,118); }
div.DivClassName
{
background-color: #21AB76;
}
.BgClassName
{
background-color: #21AB76;
}
</style>
border-color css
<style>
span { border-color: #21AB76; }
span { border-color: rgb(33,171,118); }
td.TdClassName
{
border-color: #21AB76;
}
.TagClassName
{
border-color: #21AB76;
}
</style>