Shades of Moss Green #AFE5AC
Tints of Moss Green #AFE5AC
RGB
CMYK
RGB Variations
Color information
#AFE5AC (or 0xAFE5AC) is known color: Moss Green. HEX triplet: AF, E5 and AC. RGB value is (175,229,172). Sum of RGB (Red+Green+Blue) = 175+229+172=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5AC is #501A53. Grayscale: #CECECE. Windows color (decimal): -5249620 or 11330991. OLE color: 11330991.
HSL color Cylindrical-coordinate representation of color #AFE5AC: hue angle of 116.84º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE5AC is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 172 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.10 |
| HSL | 116.84º | 0.52% | 0.79% | - |
| HSV(B) | 116.84º | 0.25% | 0.9% | - |
| XYZ | 53.14 | 68.13 | 49.38 | - |
| YUV | 206.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 172 | 0.24 | 0 | 0.25 | 0.10 | 116.84 | 0.52 | 0.79 |
| Hex | AF | E5 | AC | 18 | 0 | 19 | A | 75 | 34 | 4F |
| Octal | 257 | 345 | 254 | 30 | 0 | 31 | 12 | 165 | 64 | 117 |
| Binary | 10101111 | 11100101 | 10101100 | 11000 | 0 | 11001 | 1010 | 1110101 | 110100 | 1001111 |
Color Harmonies of #AFE5AC
Complementary color
Monochromatic Colors of #AFE5AC
Black with #AFE5AC
Text Example
Text Example
White with #AFE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5AC; }
p { color: rgb(175,229,172); }
H1.HeaderClassName
{
color: #AFE5AC;
}
.AnyTagClassName
{
color: #AFE5AC;
}
</style>
background-color css
<style>
a { background-color: #AFE5AC; }
a { background-color: rgb(175,229,172); }
div.DivClassName
{
background-color: #AFE5AC;
}
.BgClassName
{
background-color: #AFE5AC;
}
</style>
border-color css
<style>
span { border-color: #AFE5AC; }
span { border-color: rgb(175,229,172); }
td.TdClassName
{
border-color: #AFE5AC;
}
.TagClassName
{
border-color: #AFE5AC;
}
</style>