Shades of Moss Green #A3DDA5
Tints of Moss Green #A3DDA5
RGB
CMYK
RGB Variations
Color information
#A3DDA5 (or 0xA3DDA5) is known color: Moss Green. HEX triplet: A3, DD and A5. RGB value is (163,221,165). Sum of RGB (Red+Green+Blue) = 163+221+165=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DDA5 is #5C225A. Grayscale: #C5C5C5. Windows color (decimal): -6038107 or 10870179. OLE color: 10870179.
HSL color Cylindrical-coordinate representation of color #A3DDA5: hue angle of 122.07º 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 #A3DDA5 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 165 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.13 |
| HSL | 122.07º | 0.46% | 0.75% | - |
| HSV(B) | 122.07º | 0.26% | 0.87% | - |
| XYZ | 47.75 | 62.22 | 45.09 | - |
| YUV | 197.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 165 | 0.26 | 0 | 0.25 | 0.13 | 122.07 | 0.46 | 0.75 |
| Hex | A3 | DD | A5 | 1A | 0 | 19 | D | 7A | 2E | 4B |
| Octal | 243 | 335 | 245 | 32 | 0 | 31 | 15 | 172 | 56 | 113 |
| Binary | 10100011 | 11011101 | 10100101 | 11010 | 0 | 11001 | 1101 | 1111010 | 101110 | 1001011 |
Color Harmonies of #A3DDA5
Complementary color
Monochromatic Colors of #A3DDA5
Black with #A3DDA5
Text Example
Text Example
White with #A3DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDA5; }
p { color: rgb(163,221,165); }
H1.HeaderClassName
{
color: #A3DDA5;
}
.AnyTagClassName
{
color: #A3DDA5;
}
</style>
background-color css
<style>
a { background-color: #A3DDA5; }
a { background-color: rgb(163,221,165); }
div.DivClassName
{
background-color: #A3DDA5;
}
.BgClassName
{
background-color: #A3DDA5;
}
</style>
border-color css
<style>
span { border-color: #A3DDA5; }
span { border-color: rgb(163,221,165); }
td.TdClassName
{
border-color: #A3DDA5;
}
.TagClassName
{
border-color: #A3DDA5;
}
</style>