Shades of Pale Green #AAFAA1
Tints of Pale Green #AAFAA1
RGB
CMYK
RGB Variations
Color information
#AAFAA1 (or 0xAAFAA1) is known color: Pale Green. HEX triplet: AA, FA and A1. RGB value is (170,250,161). Sum of RGB (Red+Green+Blue) = 170+250+161=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAA1 is #55055E. Grayscale: #D8D8D8. Windows color (decimal): -5571935 or 10615466. OLE color: 10615466.
HSL color Cylindrical-coordinate representation of color #AAFAA1: hue angle of 113.93º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAFAA1 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 161 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.02 |
| HSL | 113.93º | 0.9% | 0.81% | - |
| HSV(B) | 113.93º | 0.36% | 0.98% | - |
| XYZ | 57.2 | 79.49 | 46.05 | - |
| YUV | 215.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 161 | 0.32 | 0 | 0.36 | 0.02 | 113.93 | 0.9 | 0.81 |
| Hex | AA | FA | A1 | 20 | 0 | 24 | 2 | 72 | 5A | 51 |
| Octal | 252 | 372 | 241 | 40 | 0 | 44 | 2 | 162 | 132 | 121 |
| Binary | 10101010 | 11111010 | 10100001 | 100000 | 0 | 100100 | 10 | 1110010 | 1011010 | 1010001 |
Color Harmonies of #AAFAA1
Complementary color
Monochromatic Colors of #AAFAA1
Black with #AAFAA1
Text Example
Text Example
White with #AAFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFAA1; }
p { color: rgb(170,250,161); }
H1.HeaderClassName
{
color: #AAFAA1;
}
.AnyTagClassName
{
color: #AAFAA1;
}
</style>
background-color css
<style>
a { background-color: #AAFAA1; }
a { background-color: rgb(170,250,161); }
div.DivClassName
{
background-color: #AAFAA1;
}
.BgClassName
{
background-color: #AAFAA1;
}
</style>
border-color css
<style>
span { border-color: #AAFAA1; }
span { border-color: rgb(170,250,161); }
td.TdClassName
{
border-color: #AAFAA1;
}
.TagClassName
{
border-color: #AAFAA1;
}
</style>