Shades of Pale Green #AAF59A
Tints of Pale Green #AAF59A
RGB
CMYK
RGB Variations
Color information
#AAF59A (or 0xAAF59A) is known color: Pale Green. HEX triplet: AA, F5 and 9A. RGB value is (170,245,154). Sum of RGB (Red+Green+Blue) = 170+245+154=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF59A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF59A is #550A65. Grayscale: #D4D4D4. Windows color (decimal): -5573222 or 10155434. OLE color: 10155434.
HSL color Cylindrical-coordinate representation of color #AAF59A: hue angle of 109.45º degrees, saturation: 0.82, 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 #AAF59A is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 154 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.04 |
| HSL | 109.45º | 0.82% | 0.78% | - |
| HSV(B) | 109.45º | 0.37% | 0.96% | - |
| XYZ | 55.06 | 76.18 | 42.37 | - |
| YUV | 212.2 | 95.15 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 154 | 0.31 | 0 | 0.37 | 0.04 | 109.45 | 0.82 | 0.78 |
| Hex | AA | F5 | 9A | 1F | 0 | 25 | 4 | 6D | 52 | 4E |
| Octal | 252 | 365 | 232 | 37 | 0 | 45 | 4 | 155 | 122 | 116 |
| Binary | 10101010 | 11110101 | 10011010 | 11111 | 0 | 100101 | 100 | 1101101 | 1010010 | 1001110 |
Color Harmonies of #AAF59A
Complementary color
Monochromatic Colors of #AAF59A
Black with #AAF59A
Text Example
Text Example
White with #AAF59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF59A; }
p { color: rgb(170,245,154); }
H1.HeaderClassName
{
color: #AAF59A;
}
.AnyTagClassName
{
color: #AAF59A;
}
</style>
background-color css
<style>
a { background-color: #AAF59A; }
a { background-color: rgb(170,245,154); }
div.DivClassName
{
background-color: #AAF59A;
}
.BgClassName
{
background-color: #AAF59A;
}
</style>
border-color css
<style>
span { border-color: #AAF59A; }
span { border-color: rgb(170,245,154); }
td.TdClassName
{
border-color: #AAF59A;
}
.TagClassName
{
border-color: #AAF59A;
}
</style>