Shades of Pale Green #AAFDA0
Tints of Pale Green #AAFDA0
RGB
CMYK
RGB Variations
Color information
#AAFDA0 (or 0xAAFDA0) is known color: Pale Green. HEX triplet: AA, FD and A0. RGB value is (170,253,160). Sum of RGB (Red+Green+Blue) = 170+253+160=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDA0 is #55025F. Grayscale: #D9D9D9. Windows color (decimal): -5571168 or 10550698. OLE color: 10550698.
HSL color Cylindrical-coordinate representation of color #AAFDA0: hue angle of 113.55º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAFDA0 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 160 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.01 |
| HSL | 113.55º | 0.96% | 0.81% | - |
| HSV(B) | 113.55º | 0.37% | 0.99% | - |
| XYZ | 58.05 | 81.33 | 45.9 | - |
| YUV | 217.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 160 | 0.33 | 0 | 0.37 | 0.01 | 113.55 | 0.96 | 0.81 |
| Hex | AA | FD | A0 | 21 | 0 | 25 | 1 | 72 | 60 | 51 |
| Octal | 252 | 375 | 240 | 41 | 0 | 45 | 1 | 162 | 140 | 121 |
| Binary | 10101010 | 11111101 | 10100000 | 100001 | 0 | 100101 | 1 | 1110010 | 1100000 | 1010001 |
Color Harmonies of #AAFDA0
Complementary color
Monochromatic Colors of #AAFDA0
Black with #AAFDA0
Text Example
Text Example
White with #AAFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDA0; }
p { color: rgb(170,253,160); }
H1.HeaderClassName
{
color: #AAFDA0;
}
.AnyTagClassName
{
color: #AAFDA0;
}
</style>
background-color css
<style>
a { background-color: #AAFDA0; }
a { background-color: rgb(170,253,160); }
div.DivClassName
{
background-color: #AAFDA0;
}
.BgClassName
{
background-color: #AAFDA0;
}
</style>
border-color css
<style>
span { border-color: #AAFDA0; }
span { border-color: rgb(170,253,160); }
td.TdClassName
{
border-color: #AAFDA0;
}
.TagClassName
{
border-color: #AAFDA0;
}
</style>