Shades of Moss Green #AED3AB
Tints of Moss Green #AED3AB
RGB
CMYK
RGB Variations
Color information
#AED3AB (or 0xAED3AB) is known color: Moss Green. HEX triplet: AE, D3 and AB. RGB value is (174,211,171). Sum of RGB (Red+Green+Blue) = 174+211+171=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED3AB is #512C54. Grayscale: #C3C3C3. Windows color (decimal): -5319765 or 11260846. OLE color: 11260846.
HSL color Cylindrical-coordinate representation of color #AED3AB: hue angle of 115.5º degrees, saturation: 0.31, 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 #AED3AB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 171 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.17 |
| HSL | 115.5º | 0.31% | 0.75% | - |
| HSV(B) | 115.5º | 0.19% | 0.83% | - |
| XYZ | 48.1 | 58.53 | 47.29 | - |
| YUV | 195.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 171 | 0.18 | 0 | 0.19 | 0.17 | 115.5 | 0.31 | 0.75 |
| Hex | AE | D3 | AB | 12 | 0 | 13 | 11 | 74 | 1F | 4B |
| Octal | 256 | 323 | 253 | 22 | 0 | 23 | 21 | 164 | 37 | 113 |
| Binary | 10101110 | 11010011 | 10101011 | 10010 | 0 | 10011 | 10001 | 1110100 | 11111 | 1001011 |
Color Harmonies of #AED3AB
Complementary color
Monochromatic Colors of #AED3AB
Black with #AED3AB
Text Example
Text Example
White with #AED3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3AB; }
p { color: rgb(174,211,171); }
H1.HeaderClassName
{
color: #AED3AB;
}
.AnyTagClassName
{
color: #AED3AB;
}
</style>
background-color css
<style>
a { background-color: #AED3AB; }
a { background-color: rgb(174,211,171); }
div.DivClassName
{
background-color: #AED3AB;
}
.BgClassName
{
background-color: #AED3AB;
}
</style>
border-color css
<style>
span { border-color: #AED3AB; }
span { border-color: rgb(174,211,171); }
td.TdClassName
{
border-color: #AED3AB;
}
.TagClassName
{
border-color: #AED3AB;
}
</style>