Shades of Moss Green #A8DDA3
Tints of Moss Green #A8DDA3
RGB
CMYK
RGB Variations
Color information
#A8DDA3 (or 0xA8DDA3) is known color: Moss Green. HEX triplet: A8, DD and A3. RGB value is (168,221,163). Sum of RGB (Red+Green+Blue) = 168+221+163=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 163 (64.06% from 255 or 29.53% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DDA3 is #57225C. Grayscale: #C6C6C6. Windows color (decimal): -5710429 or 10739112. OLE color: 10739112.
HSL color Cylindrical-coordinate representation of color #A8DDA3: hue angle of 114.83º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8DDA3 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 163 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.13 |
| HSL | 114.83º | 0.46% | 0.75% | - |
| HSV(B) | 114.83º | 0.26% | 0.87% | - |
| XYZ | 48.62 | 62.68 | 44.19 | - |
| YUV | 198.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 163 | 0.24 | 0 | 0.26 | 0.13 | 114.83 | 0.46 | 0.75 |
| Hex | A8 | DD | A3 | 18 | 0 | 1A | D | 73 | 2E | 4B |
| Octal | 250 | 335 | 243 | 30 | 0 | 32 | 15 | 163 | 56 | 113 |
| Binary | 10101000 | 11011101 | 10100011 | 11000 | 0 | 11010 | 1101 | 1110011 | 101110 | 1001011 |
Color Harmonies of #A8DDA3
Complementary color
Monochromatic Colors of #A8DDA3
Black with #A8DDA3
Text Example
Text Example
White with #A8DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDA3; }
p { color: rgb(168,221,163); }
H1.HeaderClassName
{
color: #A8DDA3;
}
.AnyTagClassName
{
color: #A8DDA3;
}
</style>
background-color css
<style>
a { background-color: #A8DDA3; }
a { background-color: rgb(168,221,163); }
div.DivClassName
{
background-color: #A8DDA3;
}
.BgClassName
{
background-color: #A8DDA3;
}
</style>
border-color css
<style>
span { border-color: #A8DDA3; }
span { border-color: rgb(168,221,163); }
td.TdClassName
{
border-color: #A8DDA3;
}
.TagClassName
{
border-color: #A8DDA3;
}
</style>