Shades of Pale Green #A9FAA2
Tints of Pale Green #A9FAA2
RGB
CMYK
RGB Variations
Color information
#A9FAA2 (or 0xA9FAA2) is known color: Pale Green. HEX triplet: A9, FA and A2. RGB value is (169,250,162). Sum of RGB (Red+Green+Blue) = 169+250+162=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 162 (63.67% from 255 or 27.88% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9FAA2 is #56055D. Grayscale: #D8D8D8. Windows color (decimal): -5637470 or 10681001. OLE color: 10681001.
HSL color Cylindrical-coordinate representation of color #A9FAA2: hue angle of 115.23º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9FAA2 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 162 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.02 |
| HSL | 115.23º | 0.9% | 0.81% | - |
| HSV(B) | 115.23º | 0.35% | 0.98% | - |
| XYZ | 57.07 | 79.41 | 46.5 | - |
| YUV | 215.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 162 | 0.32 | 0 | 0.35 | 0.02 | 115.23 | 0.9 | 0.81 |
| Hex | A9 | FA | A2 | 20 | 0 | 23 | 2 | 73 | 5A | 51 |
| Octal | 251 | 372 | 242 | 40 | 0 | 43 | 2 | 163 | 132 | 121 |
| Binary | 10101001 | 11111010 | 10100010 | 100000 | 0 | 100011 | 10 | 1110011 | 1011010 | 1010001 |
Color Harmonies of #A9FAA2
Complementary color
Monochromatic Colors of #A9FAA2
Black with #A9FAA2
Text Example
Text Example
White with #A9FAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FAA2; }
p { color: rgb(169,250,162); }
H1.HeaderClassName
{
color: #A9FAA2;
}
.AnyTagClassName
{
color: #A9FAA2;
}
</style>
background-color css
<style>
a { background-color: #A9FAA2; }
a { background-color: rgb(169,250,162); }
div.DivClassName
{
background-color: #A9FAA2;
}
.BgClassName
{
background-color: #A9FAA2;
}
</style>
border-color css
<style>
span { border-color: #A9FAA2; }
span { border-color: rgb(169,250,162); }
td.TdClassName
{
border-color: #A9FAA2;
}
.TagClassName
{
border-color: #A9FAA2;
}
</style>