Shades of Moss Green #AED7AC
Tints of Moss Green #AED7AC
RGB
CMYK
RGB Variations
Color information
#AED7AC (or 0xAED7AC) is known color: Moss Green. HEX triplet: AE, D7 and AC. RGB value is (174,215,172). Sum of RGB (Red+Green+Blue) = 174+215+172=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED7AC is #512853. Grayscale: #C5C5C5. Windows color (decimal): -5318740 or 11327406. OLE color: 11327406.
HSL color Cylindrical-coordinate representation of color #AED7AC: hue angle of 117.21º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED7AC is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 172 | - |
| CMYK | 0.19 | 0 | 0.2 | 0.16 |
| HSL | 117.21º | 0.35% | 0.76% | - |
| HSV(B) | 117.21º | 0.2% | 0.84% | - |
| XYZ | 49.2 | 60.58 | 48.13 | - |
| YUV | 197.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 172 | 0.19 | 0 | 0.2 | 0.16 | 117.21 | 0.35 | 0.76 |
| Hex | AE | D7 | AC | 13 | 0 | 14 | 10 | 75 | 23 | 4C |
| Octal | 256 | 327 | 254 | 23 | 0 | 24 | 20 | 165 | 43 | 114 |
| Binary | 10101110 | 11010111 | 10101100 | 10011 | 0 | 10100 | 10000 | 1110101 | 100011 | 1001100 |
Color Harmonies of #AED7AC
Complementary color
Monochromatic Colors of #AED7AC
Black with #AED7AC
Text Example
Text Example
White with #AED7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED7AC; }
p { color: rgb(174,215,172); }
H1.HeaderClassName
{
color: #AED7AC;
}
.AnyTagClassName
{
color: #AED7AC;
}
</style>
background-color css
<style>
a { background-color: #AED7AC; }
a { background-color: rgb(174,215,172); }
div.DivClassName
{
background-color: #AED7AC;
}
.BgClassName
{
background-color: #AED7AC;
}
</style>
border-color css
<style>
span { border-color: #AED7AC; }
span { border-color: rgb(174,215,172); }
td.TdClassName
{
border-color: #AED7AC;
}
.TagClassName
{
border-color: #AED7AC;
}
</style>