Shades of Moss Green #AFDDAF
Tints of Moss Green #AFDDAF
RGB
CMYK
RGB Variations
Color information
#AFDDAF (or 0xAFDDAF) is known color: Moss Green. HEX triplet: AF, DD and AF. RGB value is (175,221,175). Sum of RGB (Red+Green+Blue) = 175+221+175=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDAF is #502250. Grayscale: #CACACA. Windows color (decimal): -5251665 or 11525551. OLE color: 11525551.
HSL color Cylindrical-coordinate representation of color #AFDDAF: hue angle of 120º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDAF is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 175 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.13 |
| HSL | 120º | 0.4% | 0.78% | - |
| HSV(B) | 120º | 0.21% | 0.87% | - |
| XYZ | 51.27 | 63.92 | 50.19 | - |
| YUV | 202 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 175 | 0.21 | 0 | 0.21 | 0.13 | 120 | 0.4 | 0.78 |
| Hex | AF | DD | AF | 15 | 0 | 15 | D | 78 | 28 | 4E |
| Octal | 257 | 335 | 257 | 25 | 0 | 25 | 15 | 170 | 50 | 116 |
| Binary | 10101111 | 11011101 | 10101111 | 10101 | 0 | 10101 | 1101 | 1111000 | 101000 | 1001110 |
Color Harmonies of #AFDDAF
Complementary color
Monochromatic Colors of #AFDDAF
Black with #AFDDAF
Text Example
Text Example
White with #AFDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDAF; }
p { color: rgb(175,221,175); }
H1.HeaderClassName
{
color: #AFDDAF;
}
.AnyTagClassName
{
color: #AFDDAF;
}
</style>
background-color css
<style>
a { background-color: #AFDDAF; }
a { background-color: rgb(175,221,175); }
div.DivClassName
{
background-color: #AFDDAF;
}
.BgClassName
{
background-color: #AFDDAF;
}
</style>
border-color css
<style>
span { border-color: #AFDDAF; }
span { border-color: rgb(175,221,175); }
td.TdClassName
{
border-color: #AFDDAF;
}
.TagClassName
{
border-color: #AFDDAF;
}
</style>