Shades of Pale Green #AAF696
Tints of Pale Green #AAF696
RGB
CMYK
RGB Variations
Color information
#AAF696 (or 0xAAF696) is known color: Pale Green. HEX triplet: AA, F6 and 96. RGB value is (170,246,150). Sum of RGB (Red+Green+Blue) = 170+246+150=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF696 is #550969. Grayscale: #D4D4D4. Windows color (decimal): -5572970 or 9893546. OLE color: 9893546.
HSL color Cylindrical-coordinate representation of color #AAF696: hue angle of 107.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAF696 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 150 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.04 |
| HSL | 107.5º | 0.84% | 0.78% | - |
| HSV(B) | 107.5º | 0.39% | 0.96% | - |
| XYZ | 55.04 | 76.66 | 40.75 | - |
| YUV | 212.33 | 92.82 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 150 | 0.31 | 0 | 0.39 | 0.04 | 107.5 | 0.84 | 0.78 |
| Hex | AA | F6 | 96 | 1F | 0 | 27 | 4 | 6C | 54 | 4E |
| Octal | 252 | 366 | 226 | 37 | 0 | 47 | 4 | 154 | 124 | 116 |
| Binary | 10101010 | 11110110 | 10010110 | 11111 | 0 | 100111 | 100 | 1101100 | 1010100 | 1001110 |
Color Harmonies of #AAF696
Complementary color
Monochromatic Colors of #AAF696
Black with #AAF696
Text Example
Text Example
White with #AAF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF696; }
p { color: rgb(170,246,150); }
H1.HeaderClassName
{
color: #AAF696;
}
.AnyTagClassName
{
color: #AAF696;
}
</style>
background-color css
<style>
a { background-color: #AAF696; }
a { background-color: rgb(170,246,150); }
div.DivClassName
{
background-color: #AAF696;
}
.BgClassName
{
background-color: #AAF696;
}
</style>
border-color css
<style>
span { border-color: #AAF696; }
span { border-color: rgb(170,246,150); }
td.TdClassName
{
border-color: #AAF696;
}
.TagClassName
{
border-color: #AAF696;
}
</style>