Shades of Moss Green #AFDFAC
Tints of Moss Green #AFDFAC
RGB
CMYK
RGB Variations
Color information
#AFDFAC (or 0xAFDFAC) is known color: Moss Green. HEX triplet: AF, DF and AC. RGB value is (175,223,172). Sum of RGB (Red+Green+Blue) = 175+223+172=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDFAC is #502053. Grayscale: #CACACA. Windows color (decimal): -5251156 or 11329455. OLE color: 11329455.
HSL color Cylindrical-coordinate representation of color #AFDFAC: hue angle of 116.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFDFAC is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 172 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.13 |
| HSL | 116.47º | 0.44% | 0.77% | - |
| HSV(B) | 116.47º | 0.23% | 0.87% | - |
| XYZ | 51.51 | 64.87 | 48.84 | - |
| YUV | 202.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 172 | 0.22 | 0 | 0.23 | 0.13 | 116.47 | 0.44 | 0.77 |
| Hex | AF | DF | AC | 16 | 0 | 17 | D | 74 | 2C | 4D |
| Octal | 257 | 337 | 254 | 26 | 0 | 27 | 15 | 164 | 54 | 115 |
| Binary | 10101111 | 11011111 | 10101100 | 10110 | 0 | 10111 | 1101 | 1110100 | 101100 | 1001101 |
Color Harmonies of #AFDFAC
Complementary color
Monochromatic Colors of #AFDFAC
Black with #AFDFAC
Text Example
Text Example
White with #AFDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFAC; }
p { color: rgb(175,223,172); }
H1.HeaderClassName
{
color: #AFDFAC;
}
.AnyTagClassName
{
color: #AFDFAC;
}
</style>
background-color css
<style>
a { background-color: #AFDFAC; }
a { background-color: rgb(175,223,172); }
div.DivClassName
{
background-color: #AFDFAC;
}
.BgClassName
{
background-color: #AFDFAC;
}
</style>
border-color css
<style>
span { border-color: #AFDFAC; }
span { border-color: rgb(175,223,172); }
td.TdClassName
{
border-color: #AFDFAC;
}
.TagClassName
{
border-color: #AFDFAC;
}
</style>