Shades of Pale Green #AAF996
Tints of Pale Green #AAF996
RGB
CMYK
RGB Variations
Color information
#AAF996 (or 0xAAF996) is known color: Pale Green. HEX triplet: AA, F9 and 96. RGB value is (170,249,150). Sum of RGB (Red+Green+Blue) = 170+249+150=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF996 is #550669. Grayscale: #D6D6D6. Windows color (decimal): -5572202 or 9894314. OLE color: 9894314.
HSL color Cylindrical-coordinate representation of color #AAF996: hue angle of 107.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAF996 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 150 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.02 |
| HSL | 107.88º | 0.89% | 0.78% | - |
| HSV(B) | 107.88º | 0.4% | 0.98% | - |
| XYZ | 55.96 | 78.5 | 41.06 | - |
| YUV | 214.09 | 91.83 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 150 | 0.32 | 0 | 0.40 | 0.02 | 107.88 | 0.89 | 0.78 |
| Hex | AA | F9 | 96 | 20 | 0 | 28 | 2 | 6C | 59 | 4E |
| Octal | 252 | 371 | 226 | 40 | 0 | 50 | 2 | 154 | 131 | 116 |
| Binary | 10101010 | 11111001 | 10010110 | 100000 | 0 | 101000 | 10 | 1101100 | 1011001 | 1001110 |
Color Harmonies of #AAF996
Complementary color
Monochromatic Colors of #AAF996
Black with #AAF996
Text Example
Text Example
White with #AAF996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF996; }
p { color: rgb(170,249,150); }
H1.HeaderClassName
{
color: #AAF996;
}
.AnyTagClassName
{
color: #AAF996;
}
</style>
background-color css
<style>
a { background-color: #AAF996; }
a { background-color: rgb(170,249,150); }
div.DivClassName
{
background-color: #AAF996;
}
.BgClassName
{
background-color: #AAF996;
}
</style>
border-color css
<style>
span { border-color: #AAF996; }
span { border-color: rgb(170,249,150); }
td.TdClassName
{
border-color: #AAF996;
}
.TagClassName
{
border-color: #AAF996;
}
</style>