Shades of Pale Green #AAF9A0
Tints of Pale Green #AAF9A0
RGB
CMYK
RGB Variations
Color information
#AAF9A0 (or 0xAAF9A0) is known color: Pale Green. HEX triplet: AA, F9 and A0. RGB value is (170,249,160). Sum of RGB (Red+Green+Blue) = 170+249+160=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF9A0 is #55065F. Grayscale: #D7D7D7. Windows color (decimal): -5572192 or 10549674. OLE color: 10549674.
HSL color Cylindrical-coordinate representation of color #AAF9A0: hue angle of 113.26º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAF9A0 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 160 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.02 |
| HSL | 113.26º | 0.88% | 0.8% | - |
| HSV(B) | 113.26º | 0.36% | 0.98% | - |
| XYZ | 56.8 | 78.84 | 45.48 | - |
| YUV | 215.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 160 | 0.32 | 0 | 0.36 | 0.02 | 113.26 | 0.88 | 0.8 |
| Hex | AA | F9 | A0 | 20 | 0 | 24 | 2 | 71 | 58 | 50 |
| Octal | 252 | 371 | 240 | 40 | 0 | 44 | 2 | 161 | 130 | 120 |
| Binary | 10101010 | 11111001 | 10100000 | 100000 | 0 | 100100 | 10 | 1110001 | 1011000 | 1010000 |
Color Harmonies of #AAF9A0
Complementary color
Monochromatic Colors of #AAF9A0
Black with #AAF9A0
Text Example
Text Example
White with #AAF9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF9A0; }
p { color: rgb(170,249,160); }
H1.HeaderClassName
{
color: #AAF9A0;
}
.AnyTagClassName
{
color: #AAF9A0;
}
</style>
background-color css
<style>
a { background-color: #AAF9A0; }
a { background-color: rgb(170,249,160); }
div.DivClassName
{
background-color: #AAF9A0;
}
.BgClassName
{
background-color: #AAF9A0;
}
</style>
border-color css
<style>
span { border-color: #AAF9A0; }
span { border-color: rgb(170,249,160); }
td.TdClassName
{
border-color: #AAF9A0;
}
.TagClassName
{
border-color: #AAF9A0;
}
</style>