Shades of Moss Green #AFF7AA
Tints of Moss Green #AFF7AA
RGB
CMYK
RGB Variations
Color information
#AFF7AA (or 0xAFF7AA) is known color: Moss Green. HEX triplet: AF, F7 and AA. RGB value is (175,247,170). Sum of RGB (Red+Green+Blue) = 175+247+170=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF7AA is #500855. Grayscale: #D8D8D8. Windows color (decimal): -5245014 or 11204527. OLE color: 11204527.
HSL color Cylindrical-coordinate representation of color #AFF7AA: hue angle of 116.1º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFF7AA is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 170 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.03 |
| HSL | 116.1º | 0.83% | 0.82% | - |
| HSV(B) | 116.1º | 0.31% | 0.97% | - |
| XYZ | 58.2 | 78.54 | 50.12 | - |
| YUV | 216.69 | 101.65 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 170 | 0.29 | 0 | 0.31 | 0.03 | 116.1 | 0.83 | 0.82 |
| Hex | AF | F7 | AA | 1D | 0 | 1F | 3 | 74 | 53 | 52 |
| Octal | 257 | 367 | 252 | 35 | 0 | 37 | 3 | 164 | 123 | 122 |
| Binary | 10101111 | 11110111 | 10101010 | 11101 | 0 | 11111 | 11 | 1110100 | 1010011 | 1010010 |
Color Harmonies of #AFF7AA
Complementary color
Monochromatic Colors of #AFF7AA
Black with #AFF7AA
Text Example
Text Example
White with #AFF7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF7AA; }
p { color: rgb(175,247,170); }
H1.HeaderClassName
{
color: #AFF7AA;
}
.AnyTagClassName
{
color: #AFF7AA;
}
</style>
background-color css
<style>
a { background-color: #AFF7AA; }
a { background-color: rgb(175,247,170); }
div.DivClassName
{
background-color: #AFF7AA;
}
.BgClassName
{
background-color: #AFF7AA;
}
</style>
border-color css
<style>
span { border-color: #AFF7AA; }
span { border-color: rgb(175,247,170); }
td.TdClassName
{
border-color: #AFF7AA;
}
.TagClassName
{
border-color: #AFF7AA;
}
</style>