Shades of Moss Green #A8D4A5
Tints of Moss Green #A8D4A5
RGB
CMYK
RGB Variations
Color information
#A8D4A5 (or 0xA8D4A5) is known color: Moss Green. HEX triplet: A8, D4 and A5. RGB value is (168,212,165). Sum of RGB (Red+Green+Blue) = 168+212+165=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D4A5 is #572B5A. Grayscale: #C1C1C1. Windows color (decimal): -5712731 or 10867880. OLE color: 10867880.
HSL color Cylindrical-coordinate representation of color #A8D4A5: hue angle of 116.17º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D4A5 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 165 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.17 |
| HSL | 116.17º | 0.35% | 0.74% | - |
| HSV(B) | 116.17º | 0.22% | 0.83% | - |
| XYZ | 46.48 | 58.13 | 44.37 | - |
| YUV | 193.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 165 | 0.21 | 0 | 0.22 | 0.17 | 116.17 | 0.35 | 0.74 |
| Hex | A8 | D4 | A5 | 15 | 0 | 16 | 11 | 74 | 23 | 4A |
| Octal | 250 | 324 | 245 | 25 | 0 | 26 | 21 | 164 | 43 | 112 |
| Binary | 10101000 | 11010100 | 10100101 | 10101 | 0 | 10110 | 10001 | 1110100 | 100011 | 1001010 |
Color Harmonies of #A8D4A5
Complementary color
Monochromatic Colors of #A8D4A5
Black with #A8D4A5
Text Example
Text Example
White with #A8D4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D4A5; }
p { color: rgb(168,212,165); }
H1.HeaderClassName
{
color: #A8D4A5;
}
.AnyTagClassName
{
color: #A8D4A5;
}
</style>
background-color css
<style>
a { background-color: #A8D4A5; }
a { background-color: rgb(168,212,165); }
div.DivClassName
{
background-color: #A8D4A5;
}
.BgClassName
{
background-color: #A8D4A5;
}
</style>
border-color css
<style>
span { border-color: #A8D4A5; }
span { border-color: rgb(168,212,165); }
td.TdClassName
{
border-color: #A8D4A5;
}
.TagClassName
{
border-color: #A8D4A5;
}
</style>