Shades of Moss Green #AED5AF
Tints of Moss Green #AED5AF
RGB
CMYK
RGB Variations
Color information
#AED5AF (or 0xAED5AF) is known color: Moss Green. HEX triplet: AE, D5 and AF. RGB value is (174,213,175). Sum of RGB (Red+Green+Blue) = 174+213+175=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED5AF is #512A50. Grayscale: #C5C5C5. Windows color (decimal): -5319249 or 11523502. OLE color: 11523502.
HSL color Cylindrical-coordinate representation of color #AED5AF: hue angle of 121.54º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED5AF is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 175 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.16 |
| HSL | 121.54º | 0.32% | 0.76% | - |
| HSV(B) | 121.54º | 0.18% | 0.84% | - |
| XYZ | 48.99 | 59.68 | 49.5 | - |
| YUV | 197.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 175 | 0.18 | 0 | 0.18 | 0.16 | 121.54 | 0.32 | 0.76 |
| Hex | AE | D5 | AF | 12 | 0 | 12 | 10 | 7A | 20 | 4C |
| Octal | 256 | 325 | 257 | 22 | 0 | 22 | 20 | 172 | 40 | 114 |
| Binary | 10101110 | 11010101 | 10101111 | 10010 | 0 | 10010 | 10000 | 1111010 | 100000 | 1001100 |
Color Harmonies of #AED5AF
Complementary color
Monochromatic Colors of #AED5AF
Black with #AED5AF
Text Example
Text Example
White with #AED5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED5AF; }
p { color: rgb(174,213,175); }
H1.HeaderClassName
{
color: #AED5AF;
}
.AnyTagClassName
{
color: #AED5AF;
}
</style>
background-color css
<style>
a { background-color: #AED5AF; }
a { background-color: rgb(174,213,175); }
div.DivClassName
{
background-color: #AED5AF;
}
.BgClassName
{
background-color: #AED5AF;
}
</style>
border-color css
<style>
span { border-color: #AED5AF; }
span { border-color: rgb(174,213,175); }
td.TdClassName
{
border-color: #AED5AF;
}
.TagClassName
{
border-color: #AED5AF;
}
</style>