Shades of Moss Green #AFE3AB
Tints of Moss Green #AFE3AB
RGB
CMYK
RGB Variations
Color information
#AFE3AB (or 0xAFE3AB) is known color: Moss Green. HEX triplet: AF, E3 and AB. RGB value is (175,227,171). Sum of RGB (Red+Green+Blue) = 175+227+171=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE3AB is #501C54. Grayscale: #CDCDCD. Windows color (decimal): -5250133 or 11264943. OLE color: 11264943.
HSL color Cylindrical-coordinate representation of color #AFE3AB: hue angle of 115.71º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE3AB is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 171 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.11 |
| HSL | 115.71º | 0.5% | 0.78% | - |
| HSV(B) | 115.71º | 0.25% | 0.89% | - |
| XYZ | 52.5 | 66.99 | 48.69 | - |
| YUV | 205.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 171 | 0.23 | 0 | 0.25 | 0.11 | 115.71 | 0.5 | 0.78 |
| Hex | AF | E3 | AB | 17 | 0 | 19 | B | 74 | 32 | 4E |
| Octal | 257 | 343 | 253 | 27 | 0 | 31 | 13 | 164 | 62 | 116 |
| Binary | 10101111 | 11100011 | 10101011 | 10111 | 0 | 11001 | 1011 | 1110100 | 110010 | 1001110 |
Color Harmonies of #AFE3AB
Complementary color
Monochromatic Colors of #AFE3AB
Black with #AFE3AB
Text Example
Text Example
White with #AFE3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3AB; }
p { color: rgb(175,227,171); }
H1.HeaderClassName
{
color: #AFE3AB;
}
.AnyTagClassName
{
color: #AFE3AB;
}
</style>
background-color css
<style>
a { background-color: #AFE3AB; }
a { background-color: rgb(175,227,171); }
div.DivClassName
{
background-color: #AFE3AB;
}
.BgClassName
{
background-color: #AFE3AB;
}
</style>
border-color css
<style>
span { border-color: #AFE3AB; }
span { border-color: rgb(175,227,171); }
td.TdClassName
{
border-color: #AFE3AB;
}
.TagClassName
{
border-color: #AFE3AB;
}
</style>