Shades of Pale Green #AAF5A0
Tints of Pale Green #AAF5A0
RGB
CMYK
RGB Variations
Color information
#AAF5A0 (or 0xAAF5A0) is known color: Pale Green. HEX triplet: AA, F5 and A0. RGB value is (170,245,160). Sum of RGB (Red+Green+Blue) = 170+245+160=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF5A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF5A0 is #550A5F. Grayscale: #D5D5D5. Windows color (decimal): -5573216 or 10548650. OLE color: 10548650.
HSL color Cylindrical-coordinate representation of color #AAF5A0: hue angle of 112.94º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAF5A0 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 160 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.04 |
| HSL | 112.94º | 0.81% | 0.79% | - |
| HSV(B) | 112.94º | 0.35% | 0.96% | - |
| XYZ | 55.58 | 76.39 | 45.07 | - |
| YUV | 212.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 160 | 0.31 | 0 | 0.35 | 0.04 | 112.94 | 0.81 | 0.79 |
| Hex | AA | F5 | A0 | 1F | 0 | 23 | 4 | 71 | 51 | 4F |
| Octal | 252 | 365 | 240 | 37 | 0 | 43 | 4 | 161 | 121 | 117 |
| Binary | 10101010 | 11110101 | 10100000 | 11111 | 0 | 100011 | 100 | 1110001 | 1010001 | 1001111 |
Color Harmonies of #AAF5A0
Complementary color
Monochromatic Colors of #AAF5A0
Black with #AAF5A0
Text Example
Text Example
White with #AAF5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF5A0; }
p { color: rgb(170,245,160); }
H1.HeaderClassName
{
color: #AAF5A0;
}
.AnyTagClassName
{
color: #AAF5A0;
}
</style>
background-color css
<style>
a { background-color: #AAF5A0; }
a { background-color: rgb(170,245,160); }
div.DivClassName
{
background-color: #AAF5A0;
}
.BgClassName
{
background-color: #AAF5A0;
}
</style>
border-color css
<style>
span { border-color: #AAF5A0; }
span { border-color: rgb(170,245,160); }
td.TdClassName
{
border-color: #AAF5A0;
}
.TagClassName
{
border-color: #AAF5A0;
}
</style>