Shades of Moss Green #A8DDA4
Tints of Moss Green #A8DDA4
RGB
CMYK
RGB Variations
Color information
#A8DDA4 (or 0xA8DDA4) is known color: Moss Green. HEX triplet: A8, DD and A4. RGB value is (168,221,164). Sum of RGB (Red+Green+Blue) = 168+221+164=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DDA4 is #57225B. Grayscale: #C6C6C6. Windows color (decimal): -5710428 or 10804648. OLE color: 10804648.
HSL color Cylindrical-coordinate representation of color #A8DDA4: hue angle of 115.79º 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 #A8DDA4 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 221 | 164 | - |
CMYK | 0.24 | 0 | 0.26 | 0.13 |
HSL | 115.79º | 0.46% | 0.75% | - |
HSV(B) | 115.79º | 0.26% | 0.87% | - |
XYZ | 48.71 | 62.72 | 44.66 | - |
YUV | 198.66 | 108.44 | 106.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 221 | 164 | 0.24 | 0 | 0.26 | 0.13 | 115.79 | 0.46 | 0.75 |
Hex | A8 | DD | A4 | 18 | 0 | 1A | D | 74 | 2E | 4B |
Octal | 250 | 335 | 244 | 30 | 0 | 32 | 15 | 164 | 56 | 113 |
Binary | 10101000 | 11011101 | 10100100 | 11000 | 0 | 11010 | 1101 | 1110100 | 101110 | 1001011 |
Color Harmonies of #A8DDA4
Complementary color
Monochromatic Colors of #A8DDA4
Black with #A8DDA4
Text Example
Text Example
White with #A8DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDA4; }
p { color: rgb(168,221,164); }
H1.HeaderClassName
{
color: #A8DDA4;
}
.AnyTagClassName
{
color: #A8DDA4;
}
</style>
background-color css
<style>
a { background-color: #A8DDA4; }
a { background-color: rgb(168,221,164); }
div.DivClassName
{
background-color: #A8DDA4;
}
.BgClassName
{
background-color: #A8DDA4;
}
</style>
border-color css
<style>
span { border-color: #A8DDA4; }
span { border-color: rgb(168,221,164); }
td.TdClassName
{
border-color: #A8DDA4;
}
.TagClassName
{
border-color: #A8DDA4;
}
</style>