Shades of Pale Green #AAF49B
Tints of Pale Green #AAF49B
RGB
CMYK
RGB Variations
Color information
#AAF49B (or 0xAAF49B) is known color: Pale Green. HEX triplet: AA, F4 and 9B. RGB value is (170,244,155). Sum of RGB (Red+Green+Blue) = 170+244+155=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF49B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF49B is #550B64. Grayscale: #D4D4D4. Windows color (decimal): -5573477 or 10220714. OLE color: 10220714.
HSL color Cylindrical-coordinate representation of color #AAF49B: hue angle of 109.89º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAF49B is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 155 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.04 |
| HSL | 109.89º | 0.8% | 0.78% | - |
| HSV(B) | 109.89º | 0.36% | 0.96% | - |
| XYZ | 54.84 | 75.61 | 42.71 | - |
| YUV | 211.73 | 95.98 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 155 | 0.30 | 0 | 0.36 | 0.04 | 109.89 | 0.8 | 0.78 |
| Hex | AA | F4 | 9B | 1E | 0 | 24 | 4 | 6E | 50 | 4E |
| Octal | 252 | 364 | 233 | 36 | 0 | 44 | 4 | 156 | 120 | 116 |
| Binary | 10101010 | 11110100 | 10011011 | 11110 | 0 | 100100 | 100 | 1101110 | 1010000 | 1001110 |
Color Harmonies of #AAF49B
Complementary color
Monochromatic Colors of #AAF49B
Black with #AAF49B
Text Example
Text Example
White with #AAF49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF49B; }
p { color: rgb(170,244,155); }
H1.HeaderClassName
{
color: #AAF49B;
}
.AnyTagClassName
{
color: #AAF49B;
}
</style>
background-color css
<style>
a { background-color: #AAF49B; }
a { background-color: rgb(170,244,155); }
div.DivClassName
{
background-color: #AAF49B;
}
.BgClassName
{
background-color: #AAF49B;
}
</style>
border-color css
<style>
span { border-color: #AAF49B; }
span { border-color: rgb(170,244,155); }
td.TdClassName
{
border-color: #AAF49B;
}
.TagClassName
{
border-color: #AAF49B;
}
</style>