Shades of Moss Green #AFEEA8
Tints of Moss Green #AFEEA8
RGB
CMYK
RGB Variations
Color information
#AFEEA8 (or 0xAFEEA8) is known color: Moss Green. HEX triplet: AF, EE and A8. RGB value is (175,238,168). Sum of RGB (Red+Green+Blue) = 175+238+168=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEA8 is #501157. Grayscale: #D3D3D3. Windows color (decimal): -5247320 or 11071151. OLE color: 11071151.
HSL color Cylindrical-coordinate representation of color #AFEEA8: hue angle of 114º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFEEA8 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 168 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.07 |
| HSL | 114º | 0.67% | 0.8% | - |
| HSV(B) | 114º | 0.29% | 0.93% | - |
| XYZ | 55.32 | 73.09 | 48.24 | - |
| YUV | 211.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 168 | 0.26 | 0 | 0.29 | 0.07 | 114 | 0.67 | 0.8 |
| Hex | AF | EE | A8 | 1A | 0 | 1D | 7 | 72 | 43 | 50 |
| Octal | 257 | 356 | 250 | 32 | 0 | 35 | 7 | 162 | 103 | 120 |
| Binary | 10101111 | 11101110 | 10101000 | 11010 | 0 | 11101 | 111 | 1110010 | 1000011 | 1010000 |
Color Harmonies of #AFEEA8
Complementary color
Monochromatic Colors of #AFEEA8
Black with #AFEEA8
Text Example
Text Example
White with #AFEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEA8; }
p { color: rgb(175,238,168); }
H1.HeaderClassName
{
color: #AFEEA8;
}
.AnyTagClassName
{
color: #AFEEA8;
}
</style>
background-color css
<style>
a { background-color: #AFEEA8; }
a { background-color: rgb(175,238,168); }
div.DivClassName
{
background-color: #AFEEA8;
}
.BgClassName
{
background-color: #AFEEA8;
}
</style>
border-color css
<style>
span { border-color: #AFEEA8; }
span { border-color: rgb(175,238,168); }
td.TdClassName
{
border-color: #AFEEA8;
}
.TagClassName
{
border-color: #AFEEA8;
}
</style>