Shades of Moss Green #AFE4AF
Tints of Moss Green #AFE4AF
RGB
CMYK
RGB Variations
Color information
#AFE4AF (or 0xAFE4AF) is known color: Moss Green. HEX triplet: AF, E4 and AF. RGB value is (175,228,175). Sum of RGB (Red+Green+Blue) = 175+228+175=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE4AF is #501B50. Grayscale: #CECECE. Windows color (decimal): -5249873 or 11527343. OLE color: 11527343.
HSL color Cylindrical-coordinate representation of color #AFE4AF: hue angle of 120º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE4AF is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 175 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.11 |
| HSL | 120º | 0.5% | 0.79% | - |
| HSV(B) | 120º | 0.23% | 0.89% | - |
| XYZ | 53.16 | 67.7 | 50.82 | - |
| YUV | 206.11 | 110.44 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 175 | 0.23 | 0 | 0.23 | 0.11 | 120 | 0.5 | 0.79 |
| Hex | AF | E4 | AF | 17 | 0 | 17 | B | 78 | 32 | 4F |
| Octal | 257 | 344 | 257 | 27 | 0 | 27 | 13 | 170 | 62 | 117 |
| Binary | 10101111 | 11100100 | 10101111 | 10111 | 0 | 10111 | 1011 | 1111000 | 110010 | 1001111 |
Color Harmonies of #AFE4AF
Complementary color
Monochromatic Colors of #AFE4AF
Black with #AFE4AF
Text Example
Text Example
White with #AFE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE4AF; }
p { color: rgb(175,228,175); }
H1.HeaderClassName
{
color: #AFE4AF;
}
.AnyTagClassName
{
color: #AFE4AF;
}
</style>
background-color css
<style>
a { background-color: #AFE4AF; }
a { background-color: rgb(175,228,175); }
div.DivClassName
{
background-color: #AFE4AF;
}
.BgClassName
{
background-color: #AFE4AF;
}
</style>
border-color css
<style>
span { border-color: #AFE4AF; }
span { border-color: rgb(175,228,175); }
td.TdClassName
{
border-color: #AFE4AF;
}
.TagClassName
{
border-color: #AFE4AF;
}
</style>