Shades of Moss Green #AFE5AA
Tints of Moss Green #AFE5AA
RGB
CMYK
RGB Variations
Color information
#AFE5AA (or 0xAFE5AA) is known color: Moss Green. HEX triplet: AF, E5 and AA. RGB value is (175,229,170). Sum of RGB (Red+Green+Blue) = 175+229+170=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5AA is #501A55. Grayscale: #CECECE. Windows color (decimal): -5249622 or 11199919. OLE color: 11199919.
HSL color Cylindrical-coordinate representation of color #AFE5AA: hue angle of 114.92º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE5AA is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 170 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.10 |
| HSL | 114.92º | 0.53% | 0.78% | - |
| HSV(B) | 114.92º | 0.26% | 0.9% | - |
| XYZ | 52.95 | 68.05 | 48.38 | - |
| YUV | 206.13 | 107.61 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 170 | 0.24 | 0 | 0.26 | 0.10 | 114.92 | 0.53 | 0.78 |
| Hex | AF | E5 | AA | 18 | 0 | 1A | A | 73 | 35 | 4E |
| Octal | 257 | 345 | 252 | 30 | 0 | 32 | 12 | 163 | 65 | 116 |
| Binary | 10101111 | 11100101 | 10101010 | 11000 | 0 | 11010 | 1010 | 1110011 | 110101 | 1001110 |
Color Harmonies of #AFE5AA
Complementary color
Monochromatic Colors of #AFE5AA
Black with #AFE5AA
Text Example
Text Example
White with #AFE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5AA; }
p { color: rgb(175,229,170); }
H1.HeaderClassName
{
color: #AFE5AA;
}
.AnyTagClassName
{
color: #AFE5AA;
}
</style>
background-color css
<style>
a { background-color: #AFE5AA; }
a { background-color: rgb(175,229,170); }
div.DivClassName
{
background-color: #AFE5AA;
}
.BgClassName
{
background-color: #AFE5AA;
}
</style>
border-color css
<style>
span { border-color: #AFE5AA; }
span { border-color: rgb(175,229,170); }
td.TdClassName
{
border-color: #AFE5AA;
}
.TagClassName
{
border-color: #AFE5AA;
}
</style>