Shades of Pale Green #AAF3A0
Tints of Pale Green #AAF3A0
RGB
CMYK
RGB Variations
Color information
#AAF3A0 (or 0xAAF3A0) is known color: Pale Green. HEX triplet: AA, F3 and A0. RGB value is (170,243,160). Sum of RGB (Red+Green+Blue) = 170+243+160=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF3A0 is #550C5F. Grayscale: #D3D3D3. Windows color (decimal): -5573728 or 10548138. OLE color: 10548138.
HSL color Cylindrical-coordinate representation of color #AAF3A0: hue angle of 112.77º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAF3A0 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 160 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.05 |
| HSL | 112.77º | 0.78% | 0.79% | - |
| HSV(B) | 112.77º | 0.34% | 0.95% | - |
| XYZ | 54.97 | 75.19 | 44.87 | - |
| YUV | 211.71 | 98.82 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 160 | 0.30 | 0 | 0.34 | 0.05 | 112.77 | 0.78 | 0.79 |
| Hex | AA | F3 | A0 | 1E | 0 | 22 | 5 | 71 | 4E | 4F |
| Octal | 252 | 363 | 240 | 36 | 0 | 42 | 5 | 161 | 116 | 117 |
| Binary | 10101010 | 11110011 | 10100000 | 11110 | 0 | 100010 | 101 | 1110001 | 1001110 | 1001111 |
Color Harmonies of #AAF3A0
Complementary color
Monochromatic Colors of #AAF3A0
Black with #AAF3A0
Text Example
Text Example
White with #AAF3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3A0; }
p { color: rgb(170,243,160); }
H1.HeaderClassName
{
color: #AAF3A0;
}
.AnyTagClassName
{
color: #AAF3A0;
}
</style>
background-color css
<style>
a { background-color: #AAF3A0; }
a { background-color: rgb(170,243,160); }
div.DivClassName
{
background-color: #AAF3A0;
}
.BgClassName
{
background-color: #AAF3A0;
}
</style>
border-color css
<style>
span { border-color: #AAF3A0; }
span { border-color: rgb(170,243,160); }
td.TdClassName
{
border-color: #AAF3A0;
}
.TagClassName
{
border-color: #AAF3A0;
}
</style>