Shades of Moss Green #AFEAA8
Tints of Moss Green #AFEAA8
RGB
CMYK
RGB Variations
Color information
#AFEAA8 (or 0xAFEAA8) is known color: Moss Green. HEX triplet: AF, EA and A8. RGB value is (175,234,168). Sum of RGB (Red+Green+Blue) = 175+234+168=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEAA8 is #501557. Grayscale: #D1D1D1. Windows color (decimal): -5248344 or 11070127. OLE color: 11070127.
HSL color Cylindrical-coordinate representation of color #AFEAA8: hue angle of 113.64º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFEAA8 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 168 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.08 |
| HSL | 113.64º | 0.61% | 0.79% | - |
| HSV(B) | 113.64º | 0.28% | 0.92% | - |
| XYZ | 54.17 | 70.79 | 47.85 | - |
| YUV | 208.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 168 | 0.25 | 0 | 0.28 | 0.08 | 113.64 | 0.61 | 0.79 |
| Hex | AF | EA | A8 | 19 | 0 | 1C | 8 | 72 | 3D | 4F |
| Octal | 257 | 352 | 250 | 31 | 0 | 34 | 10 | 162 | 75 | 117 |
| Binary | 10101111 | 11101010 | 10101000 | 11001 | 0 | 11100 | 1000 | 1110010 | 111101 | 1001111 |
Color Harmonies of #AFEAA8
Complementary color
Monochromatic Colors of #AFEAA8
Black with #AFEAA8
Text Example
Text Example
White with #AFEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEAA8; }
p { color: rgb(175,234,168); }
H1.HeaderClassName
{
color: #AFEAA8;
}
.AnyTagClassName
{
color: #AFEAA8;
}
</style>
background-color css
<style>
a { background-color: #AFEAA8; }
a { background-color: rgb(175,234,168); }
div.DivClassName
{
background-color: #AFEAA8;
}
.BgClassName
{
background-color: #AFEAA8;
}
</style>
border-color css
<style>
span { border-color: #AFEAA8; }
span { border-color: rgb(175,234,168); }
td.TdClassName
{
border-color: #AFEAA8;
}
.TagClassName
{
border-color: #AFEAA8;
}
</style>