Shades of Moss Green #AED4AB
Tints of Moss Green #AED4AB
RGB
CMYK
RGB Variations
Color information
#AED4AB (or 0xAED4AB) is known color: Moss Green. HEX triplet: AE, D4 and AB. RGB value is (174,212,171). Sum of RGB (Red+Green+Blue) = 174+212+171=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED4AB is #512B54. Grayscale: #C4C4C4. Windows color (decimal): -5319509 or 11261102. OLE color: 11261102.
HSL color Cylindrical-coordinate representation of color #AED4AB: hue angle of 115.61º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED4AB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 171 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.17 |
| HSL | 115.61º | 0.32% | 0.75% | - |
| HSV(B) | 115.61º | 0.19% | 0.83% | - |
| XYZ | 48.35 | 59.03 | 47.37 | - |
| YUV | 195.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 171 | 0.18 | 0 | 0.19 | 0.17 | 115.61 | 0.32 | 0.75 |
| Hex | AE | D4 | AB | 12 | 0 | 13 | 11 | 74 | 20 | 4B |
| Octal | 256 | 324 | 253 | 22 | 0 | 23 | 21 | 164 | 40 | 113 |
| Binary | 10101110 | 11010100 | 10101011 | 10010 | 0 | 10011 | 10001 | 1110100 | 100000 | 1001011 |
Color Harmonies of #AED4AB
Complementary color
Monochromatic Colors of #AED4AB
Black with #AED4AB
Text Example
Text Example
White with #AED4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4AB; }
p { color: rgb(174,212,171); }
H1.HeaderClassName
{
color: #AED4AB;
}
.AnyTagClassName
{
color: #AED4AB;
}
</style>
background-color css
<style>
a { background-color: #AED4AB; }
a { background-color: rgb(174,212,171); }
div.DivClassName
{
background-color: #AED4AB;
}
.BgClassName
{
background-color: #AED4AB;
}
</style>
border-color css
<style>
span { border-color: #AED4AB; }
span { border-color: rgb(174,212,171); }
td.TdClassName
{
border-color: #AED4AB;
}
.TagClassName
{
border-color: #AED4AB;
}
</style>