Shades of Moss Green #AFECA8
Tints of Moss Green #AFECA8
RGB
CMYK
RGB Variations
Color information
#AFECA8 (or 0xAFECA8) is known color: Moss Green. HEX triplet: AF, EC and A8. RGB value is (175,236,168). Sum of RGB (Red+Green+Blue) = 175+236+168=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECA8 is #501357. Grayscale: #D2D2D2. Windows color (decimal): -5247832 or 11070639. OLE color: 11070639.
HSL color Cylindrical-coordinate representation of color #AFECA8: hue angle of 113.82º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFECA8 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 168 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.07 |
| HSL | 113.82º | 0.64% | 0.79% | - |
| HSV(B) | 113.82º | 0.29% | 0.93% | - |
| XYZ | 54.74 | 71.93 | 48.04 | - |
| YUV | 210.01 | 104.29 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 168 | 0.26 | 0 | 0.29 | 0.07 | 113.82 | 0.64 | 0.79 |
| Hex | AF | EC | A8 | 1A | 0 | 1D | 7 | 72 | 40 | 4F |
| Octal | 257 | 354 | 250 | 32 | 0 | 35 | 7 | 162 | 100 | 117 |
| Binary | 10101111 | 11101100 | 10101000 | 11010 | 0 | 11101 | 111 | 1110010 | 1000000 | 1001111 |
Color Harmonies of #AFECA8
Complementary color
Monochromatic Colors of #AFECA8
Black with #AFECA8
Text Example
Text Example
White with #AFECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECA8; }
p { color: rgb(175,236,168); }
H1.HeaderClassName
{
color: #AFECA8;
}
.AnyTagClassName
{
color: #AFECA8;
}
</style>
background-color css
<style>
a { background-color: #AFECA8; }
a { background-color: rgb(175,236,168); }
div.DivClassName
{
background-color: #AFECA8;
}
.BgClassName
{
background-color: #AFECA8;
}
</style>
border-color css
<style>
span { border-color: #AFECA8; }
span { border-color: rgb(175,236,168); }
td.TdClassName
{
border-color: #AFECA8;
}
.TagClassName
{
border-color: #AFECA8;
}
</style>