Shades of Moss Green #AAF2A2
Tints of Moss Green #AAF2A2
RGB
CMYK
RGB Variations
Color information
#AAF2A2 (or 0xAAF2A2) is known color: Moss Green. HEX triplet: AA, F2 and A2. RGB value is (170,242,162). Sum of RGB (Red+Green+Blue) = 170+242+162=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF2A2 is #550D5D. Grayscale: #D3D3D3. Windows color (decimal): -5573982 or 10678954. OLE color: 10678954.
HSL color Cylindrical-coordinate representation of color #AAF2A2: hue angle of 114º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF2A2 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 162 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.05 |
| HSL | 114º | 0.75% | 0.79% | - |
| HSV(B) | 114º | 0.33% | 0.95% | - |
| XYZ | 54.85 | 74.66 | 45.7 | - |
| YUV | 211.35 | 100.15 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 162 | 0.30 | 0 | 0.33 | 0.05 | 114 | 0.75 | 0.79 |
| Hex | AA | F2 | A2 | 1E | 0 | 21 | 5 | 72 | 4B | 4F |
| Octal | 252 | 362 | 242 | 36 | 0 | 41 | 5 | 162 | 113 | 117 |
| Binary | 10101010 | 11110010 | 10100010 | 11110 | 0 | 100001 | 101 | 1110010 | 1001011 | 1001111 |
Color Harmonies of #AAF2A2
Complementary color
Monochromatic Colors of #AAF2A2
Black with #AAF2A2
Text Example
Text Example
White with #AAF2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2A2; }
p { color: rgb(170,242,162); }
H1.HeaderClassName
{
color: #AAF2A2;
}
.AnyTagClassName
{
color: #AAF2A2;
}
</style>
background-color css
<style>
a { background-color: #AAF2A2; }
a { background-color: rgb(170,242,162); }
div.DivClassName
{
background-color: #AAF2A2;
}
.BgClassName
{
background-color: #AAF2A2;
}
</style>
border-color css
<style>
span { border-color: #AAF2A2; }
span { border-color: rgb(170,242,162); }
td.TdClassName
{
border-color: #AAF2A2;
}
.TagClassName
{
border-color: #AAF2A2;
}
</style>