Shades of Moss Green #A8D5A5
Tints of Moss Green #A8D5A5
RGB
CMYK
RGB Variations
Color information
#A8D5A5 (or 0xA8D5A5) is known color: Moss Green. HEX triplet: A8, D5 and A5. RGB value is (168,213,165). Sum of RGB (Red+Green+Blue) = 168+213+165=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D5A5 is #572A5A. Grayscale: #C2C2C2. Windows color (decimal): -5712475 or 10868136. OLE color: 10868136.
HSL color Cylindrical-coordinate representation of color #A8D5A5: hue angle of 116.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D5A5 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 165 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.16 |
| HSL | 116.25º | 0.36% | 0.74% | - |
| HSV(B) | 116.25º | 0.23% | 0.84% | - |
| XYZ | 46.73 | 58.63 | 44.45 | - |
| YUV | 194.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 165 | 0.21 | 0 | 0.23 | 0.16 | 116.25 | 0.36 | 0.74 |
| Hex | A8 | D5 | A5 | 15 | 0 | 17 | 10 | 74 | 24 | 4A |
| Octal | 250 | 325 | 245 | 25 | 0 | 27 | 20 | 164 | 44 | 112 |
| Binary | 10101000 | 11010101 | 10100101 | 10101 | 0 | 10111 | 10000 | 1110100 | 100100 | 1001010 |
Color Harmonies of #A8D5A5
Complementary color
Monochromatic Colors of #A8D5A5
Black with #A8D5A5
Text Example
Text Example
White with #A8D5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5A5; }
p { color: rgb(168,213,165); }
H1.HeaderClassName
{
color: #A8D5A5;
}
.AnyTagClassName
{
color: #A8D5A5;
}
</style>
background-color css
<style>
a { background-color: #A8D5A5; }
a { background-color: rgb(168,213,165); }
div.DivClassName
{
background-color: #A8D5A5;
}
.BgClassName
{
background-color: #A8D5A5;
}
</style>
border-color css
<style>
span { border-color: #A8D5A5; }
span { border-color: rgb(168,213,165); }
td.TdClassName
{
border-color: #A8D5A5;
}
.TagClassName
{
border-color: #A8D5A5;
}
</style>