Shades of Pale Green #AAF59B
Tints of Pale Green #AAF59B
RGB
CMYK
RGB Variations
Color information
#AAF59B (or 0xAAF59B) is known color: Pale Green. HEX triplet: AA, F5 and 9B. RGB value is (170,245,155). Sum of RGB (Red+Green+Blue) = 170+245+155=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF59B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF59B is #550A64. Grayscale: #D4D4D4. Windows color (decimal): -5573221 or 10220970. OLE color: 10220970.
HSL color Cylindrical-coordinate representation of color #AAF59B: hue angle of 110º 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 #AAF59B is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 155 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.04 |
| HSL | 110º | 0.82% | 0.78% | - |
| HSV(B) | 110º | 0.37% | 0.96% | - |
| XYZ | 55.15 | 76.22 | 42.82 | - |
| YUV | 212.32 | 95.65 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 155 | 0.31 | 0 | 0.37 | 0.04 | 110 | 0.82 | 0.78 |
| Hex | AA | F5 | 9B | 1F | 0 | 25 | 4 | 6E | 52 | 4E |
| Octal | 252 | 365 | 233 | 37 | 0 | 45 | 4 | 156 | 122 | 116 |
| Binary | 10101010 | 11110101 | 10011011 | 11111 | 0 | 100101 | 100 | 1101110 | 1010010 | 1001110 |
Color Harmonies of #AAF59B
Complementary color
Monochromatic Colors of #AAF59B
Black with #AAF59B
Text Example
Text Example
White with #AAF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF59B; }
p { color: rgb(170,245,155); }
H1.HeaderClassName
{
color: #AAF59B;
}
.AnyTagClassName
{
color: #AAF59B;
}
</style>
background-color css
<style>
a { background-color: #AAF59B; }
a { background-color: rgb(170,245,155); }
div.DivClassName
{
background-color: #AAF59B;
}
.BgClassName
{
background-color: #AAF59B;
}
</style>
border-color css
<style>
span { border-color: #AAF59B; }
span { border-color: rgb(170,245,155); }
td.TdClassName
{
border-color: #AAF59B;
}
.TagClassName
{
border-color: #AAF59B;
}
</style>