Shades of Pale Green #AAF997
Tints of Pale Green #AAF997
RGB
CMYK
RGB Variations
Color information
#AAF997 (or 0xAAF997) is known color: Pale Green. HEX triplet: AA, F9 and 97. RGB value is (170,249,151). Sum of RGB (Red+Green+Blue) = 170+249+151=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF997 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF997 is #550668. Grayscale: #D6D6D6. Windows color (decimal): -5572201 or 9959850. OLE color: 9959850.
HSL color Cylindrical-coordinate representation of color #AAF997: hue angle of 108.37º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAF997 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 151 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.02 |
| HSL | 108.37º | 0.89% | 0.78% | - |
| HSV(B) | 108.37º | 0.39% | 0.98% | - |
| XYZ | 56.04 | 78.53 | 41.48 | - |
| YUV | 214.21 | 92.33 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 151 | 0.32 | 0 | 0.39 | 0.02 | 108.37 | 0.89 | 0.78 |
| Hex | AA | F9 | 97 | 20 | 0 | 27 | 2 | 6C | 59 | 4E |
| Octal | 252 | 371 | 227 | 40 | 0 | 47 | 2 | 154 | 131 | 116 |
| Binary | 10101010 | 11111001 | 10010111 | 100000 | 0 | 100111 | 10 | 1101100 | 1011001 | 1001110 |
Color Harmonies of #AAF997
Complementary color
Monochromatic Colors of #AAF997
Black with #AAF997
Text Example
Text Example
White with #AAF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF997; }
p { color: rgb(170,249,151); }
H1.HeaderClassName
{
color: #AAF997;
}
.AnyTagClassName
{
color: #AAF997;
}
</style>
background-color css
<style>
a { background-color: #AAF997; }
a { background-color: rgb(170,249,151); }
div.DivClassName
{
background-color: #AAF997;
}
.BgClassName
{
background-color: #AAF997;
}
</style>
border-color css
<style>
span { border-color: #AAF997; }
span { border-color: rgb(170,249,151); }
td.TdClassName
{
border-color: #AAF997;
}
.TagClassName
{
border-color: #AAF997;
}
</style>