Shades of Moss Green #AFEAAA
Tints of Moss Green #AFEAAA
RGB
CMYK
RGB Variations
Color information
#AFEAAA (or 0xAFEAAA) is known color: Moss Green. HEX triplet: AF, EA and AA. RGB value is (175,234,170). Sum of RGB (Red+Green+Blue) = 175+234+170=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEAAA is #501555. Grayscale: #D1D1D1. Windows color (decimal): -5248342 or 11201199. OLE color: 11201199.
HSL color Cylindrical-coordinate representation of color #AFEAAA: hue angle of 115.31º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEAAA is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 170 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.08 |
| HSL | 115.31º | 0.6% | 0.79% | - |
| HSV(B) | 115.31º | 0.27% | 0.92% | - |
| XYZ | 54.36 | 70.86 | 48.84 | - |
| YUV | 209.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 170 | 0.25 | 0 | 0.27 | 0.08 | 115.31 | 0.6 | 0.79 |
| Hex | AF | EA | AA | 19 | 0 | 1B | 8 | 73 | 3C | 4F |
| Octal | 257 | 352 | 252 | 31 | 0 | 33 | 10 | 163 | 74 | 117 |
| Binary | 10101111 | 11101010 | 10101010 | 11001 | 0 | 11011 | 1000 | 1110011 | 111100 | 1001111 |
Color Harmonies of #AFEAAA
Complementary color
Monochromatic Colors of #AFEAAA
Black with #AFEAAA
Text Example
Text Example
White with #AFEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEAAA; }
p { color: rgb(175,234,170); }
H1.HeaderClassName
{
color: #AFEAAA;
}
.AnyTagClassName
{
color: #AFEAAA;
}
</style>
background-color css
<style>
a { background-color: #AFEAAA; }
a { background-color: rgb(175,234,170); }
div.DivClassName
{
background-color: #AFEAAA;
}
.BgClassName
{
background-color: #AFEAAA;
}
</style>
border-color css
<style>
span { border-color: #AFEAAA; }
span { border-color: rgb(175,234,170); }
td.TdClassName
{
border-color: #AFEAAA;
}
.TagClassName
{
border-color: #AFEAAA;
}
</style>