Shades of Moss Green #A8DDA5
Tints of Moss Green #A8DDA5
RGB
CMYK
RGB Variations
Color information
#A8DDA5 (or 0xA8DDA5) is known color: Moss Green. HEX triplet: A8, DD and A5. RGB value is (168,221,165). Sum of RGB (Red+Green+Blue) = 168+221+165=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DDA5 is #57225A. Grayscale: #C6C6C6. Windows color (decimal): -5710427 or 10870184. OLE color: 10870184.
HSL color Cylindrical-coordinate representation of color #A8DDA5: hue angle of 116.79º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DDA5 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 165 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.13 |
| HSL | 116.79º | 0.45% | 0.76% | - |
| HSV(B) | 116.79º | 0.25% | 0.87% | - |
| XYZ | 48.8 | 62.75 | 45.14 | - |
| YUV | 198.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 165 | 0.24 | 0 | 0.25 | 0.13 | 116.79 | 0.45 | 0.76 |
| Hex | A8 | DD | A5 | 18 | 0 | 19 | D | 75 | 2D | 4C |
| Octal | 250 | 335 | 245 | 30 | 0 | 31 | 15 | 165 | 55 | 114 |
| Binary | 10101000 | 11011101 | 10100101 | 11000 | 0 | 11001 | 1101 | 1110101 | 101101 | 1001100 |
Color Harmonies of #A8DDA5
Complementary color
Monochromatic Colors of #A8DDA5
Black with #A8DDA5
Text Example
Text Example
White with #A8DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDA5; }
p { color: rgb(168,221,165); }
H1.HeaderClassName
{
color: #A8DDA5;
}
.AnyTagClassName
{
color: #A8DDA5;
}
</style>
background-color css
<style>
a { background-color: #A8DDA5; }
a { background-color: rgb(168,221,165); }
div.DivClassName
{
background-color: #A8DDA5;
}
.BgClassName
{
background-color: #A8DDA5;
}
</style>
border-color css
<style>
span { border-color: #A8DDA5; }
span { border-color: rgb(168,221,165); }
td.TdClassName
{
border-color: #A8DDA5;
}
.TagClassName
{
border-color: #A8DDA5;
}
</style>