Shades of Pale Green #AAF49A
Tints of Pale Green #AAF49A
RGB
CMYK
RGB Variations
Color information
#AAF49A (or 0xAAF49A) is known color: Pale Green. HEX triplet: AA, F4 and 9A. RGB value is (170,244,154). Sum of RGB (Red+Green+Blue) = 170+244+154=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF49A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF49A is #550B65. Grayscale: #D3D3D3. Windows color (decimal): -5573478 or 10155178. OLE color: 10155178.
HSL color Cylindrical-coordinate representation of color #AAF49A: hue angle of 109.33º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAF49A is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 154 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.04 |
| HSL | 109.33º | 0.8% | 0.78% | - |
| HSV(B) | 109.33º | 0.37% | 0.96% | - |
| XYZ | 54.76 | 75.58 | 42.27 | - |
| YUV | 211.61 | 95.48 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 154 | 0.30 | 0 | 0.37 | 0.04 | 109.33 | 0.8 | 0.78 |
| Hex | AA | F4 | 9A | 1E | 0 | 25 | 4 | 6D | 50 | 4E |
| Octal | 252 | 364 | 232 | 36 | 0 | 45 | 4 | 155 | 120 | 116 |
| Binary | 10101010 | 11110100 | 10011010 | 11110 | 0 | 100101 | 100 | 1101101 | 1010000 | 1001110 |
Color Harmonies of #AAF49A
Complementary color
Monochromatic Colors of #AAF49A
Black with #AAF49A
Text Example
Text Example
White with #AAF49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF49A; }
p { color: rgb(170,244,154); }
H1.HeaderClassName
{
color: #AAF49A;
}
.AnyTagClassName
{
color: #AAF49A;
}
</style>
background-color css
<style>
a { background-color: #AAF49A; }
a { background-color: rgb(170,244,154); }
div.DivClassName
{
background-color: #AAF49A;
}
.BgClassName
{
background-color: #AAF49A;
}
</style>
border-color css
<style>
span { border-color: #AAF49A; }
span { border-color: rgb(170,244,154); }
td.TdClassName
{
border-color: #AAF49A;
}
.TagClassName
{
border-color: #AAF49A;
}
</style>