Shades of Moss Green #AEDAB0
Tints of Moss Green #AEDAB0
RGB
CMYK
RGB Variations
Color information
#AEDAB0 (or 0xAEDAB0) is known color: Moss Green. HEX triplet: AE, DA and B0. RGB value is (174,218,176). Sum of RGB (Red+Green+Blue) = 174+218+176=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDAB0 is #51254F. Grayscale: #C8C8C8. Windows color (decimal): -5317968 or 11590318. OLE color: 11590318.
HSL color Cylindrical-coordinate representation of color #AEDAB0: hue angle of 122.73º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAB0 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 176 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.15 |
| HSL | 122.73º | 0.37% | 0.77% | - |
| HSV(B) | 122.73º | 0.2% | 0.85% | - |
| XYZ | 50.36 | 62.28 | 50.44 | - |
| YUV | 200.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 176 | 0.20 | 0 | 0.19 | 0.15 | 122.73 | 0.37 | 0.77 |
| Hex | AE | DA | B0 | 14 | 0 | 13 | F | 7B | 25 | 4D |
| Octal | 256 | 332 | 260 | 24 | 0 | 23 | 17 | 173 | 45 | 115 |
| Binary | 10101110 | 11011010 | 10110000 | 10100 | 0 | 10011 | 1111 | 1111011 | 100101 | 1001101 |
Color Harmonies of #AEDAB0
Complementary color
Monochromatic Colors of #AEDAB0
Black with #AEDAB0
Text Example
Text Example
White with #AEDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAB0; }
p { color: rgb(174,218,176); }
H1.HeaderClassName
{
color: #AEDAB0;
}
.AnyTagClassName
{
color: #AEDAB0;
}
</style>
background-color css
<style>
a { background-color: #AEDAB0; }
a { background-color: rgb(174,218,176); }
div.DivClassName
{
background-color: #AEDAB0;
}
.BgClassName
{
background-color: #AEDAB0;
}
</style>
border-color css
<style>
span { border-color: #AEDAB0; }
span { border-color: rgb(174,218,176); }
td.TdClassName
{
border-color: #AEDAB0;
}
.TagClassName
{
border-color: #AEDAB0;
}
</style>