Shades of Pale Green #AAF98D
Tints of Pale Green #AAF98D
RGB
CMYK
RGB Variations
Color information
#AAF98D (or 0xAAF98D) is known color: Pale Green. HEX triplet: AA, F9 and 8D. RGB value is (170,249,141). Sum of RGB (Red+Green+Blue) = 170+249+141=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF98D is #550672. Grayscale: #D5D5D5. Windows color (decimal): -5572211 or 9304490. OLE color: 9304490.
HSL color Cylindrical-coordinate representation of color #AAF98D: hue angle of 103.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAF98D is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 141 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.02 |
| HSL | 103.89º | 0.9% | 0.76% | - |
| HSV(B) | 103.89º | 0.43% | 0.98% | - |
| XYZ | 55.26 | 78.22 | 37.38 | - |
| YUV | 213.07 | 87.33 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 141 | 0.32 | 0 | 0.43 | 0.02 | 103.89 | 0.9 | 0.76 |
| Hex | AA | F9 | 8D | 20 | 0 | 2B | 2 | 68 | 5A | 4C |
| Octal | 252 | 371 | 215 | 40 | 0 | 53 | 2 | 150 | 132 | 114 |
| Binary | 10101010 | 11111001 | 10001101 | 100000 | 0 | 101011 | 10 | 1101000 | 1011010 | 1001100 |
Color Harmonies of #AAF98D
Complementary color
Monochromatic Colors of #AAF98D
Black with #AAF98D
Text Example
Text Example
White with #AAF98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF98D; }
p { color: rgb(170,249,141); }
H1.HeaderClassName
{
color: #AAF98D;
}
.AnyTagClassName
{
color: #AAF98D;
}
</style>
background-color css
<style>
a { background-color: #AAF98D; }
a { background-color: rgb(170,249,141); }
div.DivClassName
{
background-color: #AAF98D;
}
.BgClassName
{
background-color: #AAF98D;
}
</style>
border-color css
<style>
span { border-color: #AAF98D; }
span { border-color: rgb(170,249,141); }
td.TdClassName
{
border-color: #AAF98D;
}
.TagClassName
{
border-color: #AAF98D;
}
</style>