Shades of Pale Green #AAF49D
Tints of Pale Green #AAF49D
RGB
CMYK
RGB Variations
Color information
#AAF49D (or 0xAAF49D) is known color: Pale Green. HEX triplet: AA, F4 and 9D. RGB value is (170,244,157). Sum of RGB (Red+Green+Blue) = 170+244+157=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 244 (95.70% from 255 or 42.73% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF49D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF49D is #550B62. Grayscale: #D4D4D4. Windows color (decimal): -5573475 or 10351786. OLE color: 10351786.
HSL color Cylindrical-coordinate representation of color #AAF49D: hue angle of 111.03º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAF49D is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 157 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.04 |
| HSL | 111.03º | 0.8% | 0.79% | - |
| HSV(B) | 111.03º | 0.36% | 0.96% | - |
| XYZ | 55.01 | 75.68 | 43.61 | - |
| YUV | 211.96 | 96.98 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 157 | 0.30 | 0 | 0.36 | 0.04 | 111.03 | 0.8 | 0.79 |
| Hex | AA | F4 | 9D | 1E | 0 | 24 | 4 | 6F | 50 | 4F |
| Octal | 252 | 364 | 235 | 36 | 0 | 44 | 4 | 157 | 120 | 117 |
| Binary | 10101010 | 11110100 | 10011101 | 11110 | 0 | 100100 | 100 | 1101111 | 1010000 | 1001111 |
Color Harmonies of #AAF49D
Complementary color
Monochromatic Colors of #AAF49D
Black with #AAF49D
Text Example
Text Example
White with #AAF49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF49D; }
p { color: rgb(170,244,157); }
H1.HeaderClassName
{
color: #AAF49D;
}
.AnyTagClassName
{
color: #AAF49D;
}
</style>
background-color css
<style>
a { background-color: #AAF49D; }
a { background-color: rgb(170,244,157); }
div.DivClassName
{
background-color: #AAF49D;
}
.BgClassName
{
background-color: #AAF49D;
}
</style>
border-color css
<style>
span { border-color: #AAF49D; }
span { border-color: rgb(170,244,157); }
td.TdClassName
{
border-color: #AAF49D;
}
.TagClassName
{
border-color: #AAF49D;
}
</style>