Shades of Moss Green #AFF2AA
Tints of Moss Green #AFF2AA
RGB
CMYK
RGB Variations
Color information
#AFF2AA (or 0xAFF2AA) is known color: Moss Green. HEX triplet: AF, F2 and AA. RGB value is (175,242,170). Sum of RGB (Red+Green+Blue) = 175+242+170=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF2AA is #500D55. Grayscale: #D5D5D5. Windows color (decimal): -5246294 or 11203247. OLE color: 11203247.
HSL color Cylindrical-coordinate representation of color #AFF2AA: hue angle of 115.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF2AA is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 170 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.05 |
| HSL | 115.83º | 0.73% | 0.81% | - |
| HSV(B) | 115.83º | 0.3% | 0.95% | - |
| XYZ | 56.69 | 75.52 | 49.62 | - |
| YUV | 213.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 170 | 0.28 | 0 | 0.30 | 0.05 | 115.83 | 0.73 | 0.81 |
| Hex | AF | F2 | AA | 1C | 0 | 1E | 5 | 74 | 49 | 51 |
| Octal | 257 | 362 | 252 | 34 | 0 | 36 | 5 | 164 | 111 | 121 |
| Binary | 10101111 | 11110010 | 10101010 | 11100 | 0 | 11110 | 101 | 1110100 | 1001001 | 1010001 |
Color Harmonies of #AFF2AA
Complementary color
Monochromatic Colors of #AFF2AA
Black with #AFF2AA
Text Example
Text Example
White with #AFF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF2AA; }
p { color: rgb(175,242,170); }
H1.HeaderClassName
{
color: #AFF2AA;
}
.AnyTagClassName
{
color: #AFF2AA;
}
</style>
background-color css
<style>
a { background-color: #AFF2AA; }
a { background-color: rgb(175,242,170); }
div.DivClassName
{
background-color: #AFF2AA;
}
.BgClassName
{
background-color: #AFF2AA;
}
</style>
border-color css
<style>
span { border-color: #AFF2AA; }
span { border-color: rgb(175,242,170); }
td.TdClassName
{
border-color: #AFF2AA;
}
.TagClassName
{
border-color: #AFF2AA;
}
</style>