Shades of Moss Green #ADDCA5
Tints of Moss Green #ADDCA5
RGB
CMYK
RGB Variations
Color information
#ADDCA5 (or 0xADDCA5) is known color: Moss Green. HEX triplet: AD, DC and A5. RGB value is (173,220,165). Sum of RGB (Red+Green+Blue) = 173+220+165=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDCA5 is #52235A. Grayscale: #C7C7C7. Windows color (decimal): -5383003 or 10869933. OLE color: 10869933.
HSL color Cylindrical-coordinate representation of color #ADDCA5: hue angle of 111.27º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDCA5 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 165 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.14 |
| HSL | 111.27º | 0.44% | 0.75% | - |
| HSV(B) | 111.27º | 0.25% | 0.86% | - |
| XYZ | 49.62 | 62.79 | 45.1 | - |
| YUV | 199.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 165 | 0.21 | 0 | 0.25 | 0.14 | 111.27 | 0.44 | 0.75 |
| Hex | AD | DC | A5 | 15 | 0 | 19 | E | 6F | 2C | 4B |
| Octal | 255 | 334 | 245 | 25 | 0 | 31 | 16 | 157 | 54 | 113 |
| Binary | 10101101 | 11011100 | 10100101 | 10101 | 0 | 11001 | 1110 | 1101111 | 101100 | 1001011 |
Color Harmonies of #ADDCA5
Complementary color
Monochromatic Colors of #ADDCA5
Black with #ADDCA5
Text Example
Text Example
White with #ADDCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCA5; }
p { color: rgb(173,220,165); }
H1.HeaderClassName
{
color: #ADDCA5;
}
.AnyTagClassName
{
color: #ADDCA5;
}
</style>
background-color css
<style>
a { background-color: #ADDCA5; }
a { background-color: rgb(173,220,165); }
div.DivClassName
{
background-color: #ADDCA5;
}
.BgClassName
{
background-color: #ADDCA5;
}
</style>
border-color css
<style>
span { border-color: #ADDCA5; }
span { border-color: rgb(173,220,165); }
td.TdClassName
{
border-color: #ADDCA5;
}
.TagClassName
{
border-color: #ADDCA5;
}
</style>