Shades of Moss Green #AFE5AB
Tints of Moss Green #AFE5AB
RGB
CMYK
RGB Variations
Color information
#AFE5AB (or 0xAFE5AB) is known color: Moss Green. HEX triplet: AF, E5 and AB. RGB value is (175,229,171). Sum of RGB (Red+Green+Blue) = 175+229+171=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5AB is #501A54. Grayscale: #CECECE. Windows color (decimal): -5249621 or 11265455. OLE color: 11265455.
HSL color Cylindrical-coordinate representation of color #AFE5AB: hue angle of 115.86º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE5AB is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 171 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.10 |
| HSL | 115.86º | 0.53% | 0.78% | - |
| HSV(B) | 115.86º | 0.25% | 0.9% | - |
| XYZ | 53.05 | 68.09 | 48.88 | - |
| YUV | 206.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 171 | 0.24 | 0 | 0.25 | 0.10 | 115.86 | 0.53 | 0.78 |
| Hex | AF | E5 | AB | 18 | 0 | 19 | A | 74 | 35 | 4E |
| Octal | 257 | 345 | 253 | 30 | 0 | 31 | 12 | 164 | 65 | 116 |
| Binary | 10101111 | 11100101 | 10101011 | 11000 | 0 | 11001 | 1010 | 1110100 | 110101 | 1001110 |
Color Harmonies of #AFE5AB
Complementary color
Monochromatic Colors of #AFE5AB
Black with #AFE5AB
Text Example
Text Example
White with #AFE5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5AB; }
p { color: rgb(175,229,171); }
H1.HeaderClassName
{
color: #AFE5AB;
}
.AnyTagClassName
{
color: #AFE5AB;
}
</style>
background-color css
<style>
a { background-color: #AFE5AB; }
a { background-color: rgb(175,229,171); }
div.DivClassName
{
background-color: #AFE5AB;
}
.BgClassName
{
background-color: #AFE5AB;
}
</style>
border-color css
<style>
span { border-color: #AFE5AB; }
span { border-color: rgb(175,229,171); }
td.TdClassName
{
border-color: #AFE5AB;
}
.TagClassName
{
border-color: #AFE5AB;
}
</style>