Shades of Moss Green #A8DCA5
Tints of Moss Green #A8DCA5
RGB
CMYK
RGB Variations
Color information
#A8DCA5 (or 0xA8DCA5) is known color: Moss Green. HEX triplet: A8, DC and A5. RGB value is (168,220,165). Sum of RGB (Red+Green+Blue) = 168+220+165=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DCA5 is #57235A. Grayscale: #C6C6C6. Windows color (decimal): -5710683 or 10869928. OLE color: 10869928.
HSL color Cylindrical-coordinate representation of color #A8DCA5: hue angle of 116.73º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DCA5 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 165 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.14 |
| HSL | 116.73º | 0.44% | 0.75% | - |
| HSV(B) | 116.73º | 0.25% | 0.86% | - |
| XYZ | 48.53 | 62.23 | 45.05 | - |
| YUV | 198.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 165 | 0.24 | 0 | 0.25 | 0.14 | 116.73 | 0.44 | 0.75 |
| Hex | A8 | DC | A5 | 18 | 0 | 19 | E | 75 | 2C | 4B |
| Octal | 250 | 334 | 245 | 30 | 0 | 31 | 16 | 165 | 54 | 113 |
| Binary | 10101000 | 11011100 | 10100101 | 11000 | 0 | 11001 | 1110 | 1110101 | 101100 | 1001011 |
Color Harmonies of #A8DCA5
Complementary color
Monochromatic Colors of #A8DCA5
Black with #A8DCA5
Text Example
Text Example
White with #A8DCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCA5; }
p { color: rgb(168,220,165); }
H1.HeaderClassName
{
color: #A8DCA5;
}
.AnyTagClassName
{
color: #A8DCA5;
}
</style>
background-color css
<style>
a { background-color: #A8DCA5; }
a { background-color: rgb(168,220,165); }
div.DivClassName
{
background-color: #A8DCA5;
}
.BgClassName
{
background-color: #A8DCA5;
}
</style>
border-color css
<style>
span { border-color: #A8DCA5; }
span { border-color: rgb(168,220,165); }
td.TdClassName
{
border-color: #A8DCA5;
}
.TagClassName
{
border-color: #A8DCA5;
}
</style>