Shades of Moss Green #AED7B0
Tints of Moss Green #AED7B0
RGB
CMYK
RGB Variations
Color information
#AED7B0 (or 0xAED7B0) is known color: Moss Green. HEX triplet: AE, D7 and B0. RGB value is (174,215,176). Sum of RGB (Red+Green+Blue) = 174+215+176=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED7B0 is #51284F. Grayscale: #C6C6C6. Windows color (decimal): -5318736 or 11589550. OLE color: 11589550.
HSL color Cylindrical-coordinate representation of color #AED7B0: hue angle of 122.93º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED7B0 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 176 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.16 |
| HSL | 122.93º | 0.34% | 0.76% | - |
| HSV(B) | 122.93º | 0.19% | 0.84% | - |
| XYZ | 49.59 | 60.73 | 50.18 | - |
| YUV | 198.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 176 | 0.19 | 0 | 0.18 | 0.16 | 122.93 | 0.34 | 0.76 |
| Hex | AE | D7 | B0 | 13 | 0 | 12 | 10 | 7B | 22 | 4C |
| Octal | 256 | 327 | 260 | 23 | 0 | 22 | 20 | 173 | 42 | 114 |
| Binary | 10101110 | 11010111 | 10110000 | 10011 | 0 | 10010 | 10000 | 1111011 | 100010 | 1001100 |
Color Harmonies of #AED7B0
Complementary color
Monochromatic Colors of #AED7B0
Black with #AED7B0
Text Example
Text Example
White with #AED7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED7B0; }
p { color: rgb(174,215,176); }
H1.HeaderClassName
{
color: #AED7B0;
}
.AnyTagClassName
{
color: #AED7B0;
}
</style>
background-color css
<style>
a { background-color: #AED7B0; }
a { background-color: rgb(174,215,176); }
div.DivClassName
{
background-color: #AED7B0;
}
.BgClassName
{
background-color: #AED7B0;
}
</style>
border-color css
<style>
span { border-color: #AED7B0; }
span { border-color: rgb(174,215,176); }
td.TdClassName
{
border-color: #AED7B0;
}
.TagClassName
{
border-color: #AED7B0;
}
</style>