Shades of Pale Green #AAF993
Tints of Pale Green #AAF993
RGB
CMYK
RGB Variations
Color information
#AAF993 (or 0xAAF993) is known color: Pale Green. HEX triplet: AA, F9 and 93. RGB value is (170,249,147). Sum of RGB (Red+Green+Blue) = 170+249+147=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF993 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF993 is #55066C. Grayscale: #D6D6D6. Windows color (decimal): -5572205 or 9697706. OLE color: 9697706.
HSL color Cylindrical-coordinate representation of color #AAF993: hue angle of 106.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAF993 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 147 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.02 |
| HSL | 106.47º | 0.89% | 0.78% | - |
| HSV(B) | 106.47º | 0.41% | 0.98% | - |
| XYZ | 55.72 | 78.4 | 39.8 | - |
| YUV | 213.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 147 | 0.32 | 0 | 0.41 | 0.02 | 106.47 | 0.89 | 0.78 |
| Hex | AA | F9 | 93 | 20 | 0 | 29 | 2 | 6A | 59 | 4E |
| Octal | 252 | 371 | 223 | 40 | 0 | 51 | 2 | 152 | 131 | 116 |
| Binary | 10101010 | 11111001 | 10010011 | 100000 | 0 | 101001 | 10 | 1101010 | 1011001 | 1001110 |
Color Harmonies of #AAF993
Complementary color
Monochromatic Colors of #AAF993
Black with #AAF993
Text Example
Text Example
White with #AAF993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF993; }
p { color: rgb(170,249,147); }
H1.HeaderClassName
{
color: #AAF993;
}
.AnyTagClassName
{
color: #AAF993;
}
</style>
background-color css
<style>
a { background-color: #AAF993; }
a { background-color: rgb(170,249,147); }
div.DivClassName
{
background-color: #AAF993;
}
.BgClassName
{
background-color: #AAF993;
}
</style>
border-color css
<style>
span { border-color: #AAF993; }
span { border-color: rgb(170,249,147); }
td.TdClassName
{
border-color: #AAF993;
}
.TagClassName
{
border-color: #AAF993;
}
</style>