Shades of Moss Green #AFD5AD
Tints of Moss Green #AFD5AD
RGB
CMYK
RGB Variations
Color information
#AFD5AD (or 0xAFD5AD) is known color: Moss Green. HEX triplet: AF, D5 and AD. RGB value is (175,213,173). Sum of RGB (Red+Green+Blue) = 175+213+173=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD5AD is #502A52. Grayscale: #C5C5C5. Windows color (decimal): -5253715 or 11392431. OLE color: 11392431.
HSL color Cylindrical-coordinate representation of color #AFD5AD: hue angle of 117º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD5AD is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 213 | 173 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.16 |
| HSL | 117º | 0.32% | 0.76% | - |
| HSV(B) | 117º | 0.19% | 0.84% | - |
| XYZ | 49.02 | 59.72 | 48.48 | - |
| YUV | 197.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 213 | 173 | 0.18 | 0 | 0.19 | 0.16 | 117 | 0.32 | 0.76 |
| Hex | AF | D5 | AD | 12 | 0 | 13 | 10 | 75 | 20 | 4C |
| Octal | 257 | 325 | 255 | 22 | 0 | 23 | 20 | 165 | 40 | 114 |
| Binary | 10101111 | 11010101 | 10101101 | 10010 | 0 | 10011 | 10000 | 1110101 | 100000 | 1001100 |
Color Harmonies of #AFD5AD
Complementary color
Monochromatic Colors of #AFD5AD
Black with #AFD5AD
Text Example
Text Example
White with #AFD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD5AD; }
p { color: rgb(175,213,173); }
H1.HeaderClassName
{
color: #AFD5AD;
}
.AnyTagClassName
{
color: #AFD5AD;
}
</style>
background-color css
<style>
a { background-color: #AFD5AD; }
a { background-color: rgb(175,213,173); }
div.DivClassName
{
background-color: #AFD5AD;
}
.BgClassName
{
background-color: #AFD5AD;
}
</style>
border-color css
<style>
span { border-color: #AFD5AD; }
span { border-color: rgb(175,213,173); }
td.TdClassName
{
border-color: #AFD5AD;
}
.TagClassName
{
border-color: #AFD5AD;
}
</style>