Shades of Moss Green #ACD6A5
Tints of Moss Green #ACD6A5
RGB
CMYK
RGB Variations
Color information
#ACD6A5 (or 0xACD6A5) is known color: Moss Green. HEX triplet: AC, D6 and A5. RGB value is (172,214,165). Sum of RGB (Red+Green+Blue) = 172+214+165=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD6A5 is #53295A. Grayscale: #C4C4C4. Windows color (decimal): -5450075 or 10868396. OLE color: 10868396.
HSL color Cylindrical-coordinate representation of color #ACD6A5: hue angle of 111.43º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD6A5 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 165 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.16 |
| HSL | 111.43º | 0.37% | 0.74% | - |
| HSV(B) | 111.43º | 0.23% | 0.84% | - |
| XYZ | 47.85 | 59.58 | 44.58 | - |
| YUV | 195.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 165 | 0.20 | 0 | 0.23 | 0.16 | 111.43 | 0.37 | 0.74 |
| Hex | AC | D6 | A5 | 14 | 0 | 17 | 10 | 6F | 25 | 4A |
| Octal | 254 | 326 | 245 | 24 | 0 | 27 | 20 | 157 | 45 | 112 |
| Binary | 10101100 | 11010110 | 10100101 | 10100 | 0 | 10111 | 10000 | 1101111 | 100101 | 1001010 |
Color Harmonies of #ACD6A5
Complementary color
Monochromatic Colors of #ACD6A5
Black with #ACD6A5
Text Example
Text Example
White with #ACD6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6A5; }
p { color: rgb(172,214,165); }
H1.HeaderClassName
{
color: #ACD6A5;
}
.AnyTagClassName
{
color: #ACD6A5;
}
</style>
background-color css
<style>
a { background-color: #ACD6A5; }
a { background-color: rgb(172,214,165); }
div.DivClassName
{
background-color: #ACD6A5;
}
.BgClassName
{
background-color: #ACD6A5;
}
</style>
border-color css
<style>
span { border-color: #ACD6A5; }
span { border-color: rgb(172,214,165); }
td.TdClassName
{
border-color: #ACD6A5;
}
.TagClassName
{
border-color: #ACD6A5;
}
</style>