Shades of Moss Green #AEDDAE
Tints of Moss Green #AEDDAE
RGB
CMYK
RGB Variations
Color information
#AEDDAE (or 0xAEDDAE) is known color: Moss Green. HEX triplet: AE, DD and AE. RGB value is (174,221,174). Sum of RGB (Red+Green+Blue) = 174+221+174=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDAE is #512251. Grayscale: #C9C9C9. Windows color (decimal): -5317202 or 11460014. OLE color: 11460014.
HSL color Cylindrical-coordinate representation of color #AEDDAE: hue angle of 120º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDAE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 174 | 221 | 174 | - |
CMYK | 0.21 | 0 | 0.21 | 0.13 |
HSL | 120º | 0.41% | 0.77% | - |
HSV(B) | 120º | 0.21% | 0.87% | - |
XYZ | 50.95 | 63.77 | 49.67 | - |
YUV | 201.59 | 112.43 | 108.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 221 | 174 | 0.21 | 0 | 0.21 | 0.13 | 120 | 0.41 | 0.77 |
Hex | AE | DD | AE | 15 | 0 | 15 | D | 78 | 29 | 4D |
Octal | 256 | 335 | 256 | 25 | 0 | 25 | 15 | 170 | 51 | 115 |
Binary | 10101110 | 11011101 | 10101110 | 10101 | 0 | 10101 | 1101 | 1111000 | 101001 | 1001101 |
Color Harmonies of #AEDDAE
Complementary color
Monochromatic Colors of #AEDDAE
Black with #AEDDAE
Text Example
Text Example
White with #AEDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDAE; }
p { color: rgb(174,221,174); }
H1.HeaderClassName
{
color: #AEDDAE;
}
.AnyTagClassName
{
color: #AEDDAE;
}
</style>
background-color css
<style>
a { background-color: #AEDDAE; }
a { background-color: rgb(174,221,174); }
div.DivClassName
{
background-color: #AEDDAE;
}
.BgClassName
{
background-color: #AEDDAE;
}
</style>
border-color css
<style>
span { border-color: #AEDDAE; }
span { border-color: rgb(174,221,174); }
td.TdClassName
{
border-color: #AEDDAE;
}
.TagClassName
{
border-color: #AEDDAE;
}
</style>