Shades of Moss Green #A8DDA2
Tints of Moss Green #A8DDA2
RGB
CMYK
RGB Variations
Color information
#A8DDA2 (or 0xA8DDA2) is known color: Moss Green. HEX triplet: A8, DD and A2. RGB value is (168,221,162). Sum of RGB (Red+Green+Blue) = 168+221+162=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DDA2 is #57225D. Grayscale: #C6C6C6. Windows color (decimal): -5710430 or 10673576. OLE color: 10673576.
HSL color Cylindrical-coordinate representation of color #A8DDA2: hue angle of 113.9º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8DDA2 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 221 | 162 | - |
CMYK | 0.24 | 0 | 0.27 | 0.13 |
HSL | 113.9º | 0.46% | 0.75% | - |
HSV(B) | 113.9º | 0.27% | 0.87% | - |
XYZ | 48.53 | 62.65 | 43.72 | - |
YUV | 198.43 | 107.44 | 106.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 221 | 162 | 0.24 | 0 | 0.27 | 0.13 | 113.9 | 0.46 | 0.75 |
Hex | A8 | DD | A2 | 18 | 0 | 1B | D | 72 | 2E | 4B |
Octal | 250 | 335 | 242 | 30 | 0 | 33 | 15 | 162 | 56 | 113 |
Binary | 10101000 | 11011101 | 10100010 | 11000 | 0 | 11011 | 1101 | 1110010 | 101110 | 1001011 |
Color Harmonies of #A8DDA2
Complementary color
Monochromatic Colors of #A8DDA2
Black with #A8DDA2
Text Example
Text Example
White with #A8DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDA2; }
p { color: rgb(168,221,162); }
H1.HeaderClassName
{
color: #A8DDA2;
}
.AnyTagClassName
{
color: #A8DDA2;
}
</style>
background-color css
<style>
a { background-color: #A8DDA2; }
a { background-color: rgb(168,221,162); }
div.DivClassName
{
background-color: #A8DDA2;
}
.BgClassName
{
background-color: #A8DDA2;
}
</style>
border-color css
<style>
span { border-color: #A8DDA2; }
span { border-color: rgb(168,221,162); }
td.TdClassName
{
border-color: #A8DDA2;
}
.TagClassName
{
border-color: #A8DDA2;
}
</style>