Shades of Moss Green #AEDCAF
Tints of Moss Green #AEDCAF
RGB
CMYK
RGB Variations
Color information
#AEDCAF (or 0xAEDCAF) is known color: Moss Green. HEX triplet: AE, DC and AF. RGB value is (174,220,175). Sum of RGB (Red+Green+Blue) = 174+220+175=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCAF is #512350. Grayscale: #C9C9C9. Windows color (decimal): -5317457 or 11525294. OLE color: 11525294.
HSL color Cylindrical-coordinate representation of color #AEDCAF: hue angle of 121.3º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCAF is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 175 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.14 |
| HSL | 121.3º | 0.4% | 0.77% | - |
| HSV(B) | 121.3º | 0.21% | 0.86% | - |
| XYZ | 50.79 | 63.28 | 50.1 | - |
| YUV | 201.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 175 | 0.21 | 0 | 0.20 | 0.14 | 121.3 | 0.4 | 0.77 |
| Hex | AE | DC | AF | 15 | 0 | 14 | E | 79 | 28 | 4D |
| Octal | 256 | 334 | 257 | 25 | 0 | 24 | 16 | 171 | 50 | 115 |
| Binary | 10101110 | 11011100 | 10101111 | 10101 | 0 | 10100 | 1110 | 1111001 | 101000 | 1001101 |
Color Harmonies of #AEDCAF
Complementary color
Monochromatic Colors of #AEDCAF
Black with #AEDCAF
Text Example
Text Example
White with #AEDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCAF; }
p { color: rgb(174,220,175); }
H1.HeaderClassName
{
color: #AEDCAF;
}
.AnyTagClassName
{
color: #AEDCAF;
}
</style>
background-color css
<style>
a { background-color: #AEDCAF; }
a { background-color: rgb(174,220,175); }
div.DivClassName
{
background-color: #AEDCAF;
}
.BgClassName
{
background-color: #AEDCAF;
}
</style>
border-color css
<style>
span { border-color: #AEDCAF; }
span { border-color: rgb(174,220,175); }
td.TdClassName
{
border-color: #AEDCAF;
}
.TagClassName
{
border-color: #AEDCAF;
}
</style>