Shades of Moss Green #AED4AC
Tints of Moss Green #AED4AC
RGB
CMYK
RGB Variations
Color information
#AED4AC (or 0xAED4AC) is known color: Moss Green. HEX triplet: AE, D4 and AC. RGB value is (174,212,172). Sum of RGB (Red+Green+Blue) = 174+212+172=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED4AC is #512B53. Grayscale: #C4C4C4. Windows color (decimal): -5319508 or 11326638. OLE color: 11326638.
HSL color Cylindrical-coordinate representation of color #AED4AC: hue angle of 117º degrees, saturation: 0.32, 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 #AED4AC is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 172 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.17 |
| HSL | 117º | 0.32% | 0.75% | - |
| HSV(B) | 117º | 0.19% | 0.83% | - |
| XYZ | 48.45 | 59.06 | 47.88 | - |
| YUV | 196.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 172 | 0.18 | 0 | 0.19 | 0.17 | 117 | 0.32 | 0.75 |
| Hex | AE | D4 | AC | 12 | 0 | 13 | 11 | 75 | 20 | 4B |
| Octal | 256 | 324 | 254 | 22 | 0 | 23 | 21 | 165 | 40 | 113 |
| Binary | 10101110 | 11010100 | 10101100 | 10010 | 0 | 10011 | 10001 | 1110101 | 100000 | 1001011 |
Color Harmonies of #AED4AC
Complementary color
Monochromatic Colors of #AED4AC
Black with #AED4AC
Text Example
Text Example
White with #AED4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4AC; }
p { color: rgb(174,212,172); }
H1.HeaderClassName
{
color: #AED4AC;
}
.AnyTagClassName
{
color: #AED4AC;
}
</style>
background-color css
<style>
a { background-color: #AED4AC; }
a { background-color: rgb(174,212,172); }
div.DivClassName
{
background-color: #AED4AC;
}
.BgClassName
{
background-color: #AED4AC;
}
</style>
border-color css
<style>
span { border-color: #AED4AC; }
span { border-color: rgb(174,212,172); }
td.TdClassName
{
border-color: #AED4AC;
}
.TagClassName
{
border-color: #AED4AC;
}
</style>