Shades of Pale Green #A9F994
Tints of Pale Green #A9F994
RGB
CMYK
RGB Variations
Color information
#A9F994 (or 0xA9F994) is known color: Pale Green. HEX triplet: A9, F9 and 94. RGB value is (169,249,148). Sum of RGB (Red+Green+Blue) = 169+249+148=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F994 is #56066B. Grayscale: #D5D5D5. Windows color (decimal): -5637740 or 9763241. OLE color: 9763241.
HSL color Cylindrical-coordinate representation of color #A9F994: hue angle of 107.52º 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 #A9F994 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 249 | 148 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.02 |
| HSL | 107.52º | 0.89% | 0.78% | - |
| HSV(B) | 107.52º | 0.41% | 0.98% | - |
| XYZ | 55.58 | 78.32 | 40.21 | - |
| YUV | 213.57 | 91 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 249 | 148 | 0.32 | 0 | 0.41 | 0.02 | 107.52 | 0.89 | 0.78 |
| Hex | A9 | F9 | 94 | 20 | 0 | 29 | 2 | 6C | 59 | 4E |
| Octal | 251 | 371 | 224 | 40 | 0 | 51 | 2 | 154 | 131 | 116 |
| Binary | 10101001 | 11111001 | 10010100 | 100000 | 0 | 101001 | 10 | 1101100 | 1011001 | 1001110 |
Color Harmonies of #A9F994
Complementary color
Monochromatic Colors of #A9F994
Black with #A9F994
Text Example
Text Example
White with #A9F994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F994; }
p { color: rgb(169,249,148); }
H1.HeaderClassName
{
color: #A9F994;
}
.AnyTagClassName
{
color: #A9F994;
}
</style>
background-color css
<style>
a { background-color: #A9F994; }
a { background-color: rgb(169,249,148); }
div.DivClassName
{
background-color: #A9F994;
}
.BgClassName
{
background-color: #A9F994;
}
</style>
border-color css
<style>
span { border-color: #A9F994; }
span { border-color: rgb(169,249,148); }
td.TdClassName
{
border-color: #A9F994;
}
.TagClassName
{
border-color: #A9F994;
}
</style>