Shades of Green Yellow #AAF949
Tints of Green Yellow #AAF949
RGB
CMYK
RGB Variations
Color information
#AAF949 (or 0xAAF949) is known color: Green Yellow. HEX triplet: AA, F9 and 49. RGB value is (170,249,73). Sum of RGB (Red+Green+Blue) = 170+249+73=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF949 is #5506B6. Grayscale: #CDCDCD. Windows color (decimal): -5572279 or 4848042. OLE color: 4848042.
HSL color Cylindrical-coordinate representation of color #AAF949: hue angle of 86.93º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAF949 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 73 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.02 |
| HSL | 86.93º | 0.94% | 0.63% | - |
| HSV(B) | 86.93º | 0.71% | 0.98% | - |
| XYZ | 51.66 | 76.78 | 18.4 | - |
| YUV | 205.32 | 53.33 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 73 | 0.32 | 0 | 0.71 | 0.02 | 86.93 | 0.94 | 0.63 |
| Hex | AA | F9 | 49 | 20 | 0 | 47 | 2 | 57 | 5E | 3F |
| Octal | 252 | 371 | 111 | 40 | 0 | 107 | 2 | 127 | 136 | 77 |
| Binary | 10101010 | 11111001 | 1001001 | 100000 | 0 | 1000111 | 10 | 1010111 | 1011110 | 111111 |
Color Harmonies of #AAF949
Complementary color
Monochromatic Colors of #AAF949
Black with #AAF949
Text Example
Text Example
White with #AAF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF949; }
p { color: rgb(170,249,73); }
H1.HeaderClassName
{
color: #AAF949;
}
.AnyTagClassName
{
color: #AAF949;
}
</style>
background-color css
<style>
a { background-color: #AAF949; }
a { background-color: rgb(170,249,73); }
div.DivClassName
{
background-color: #AAF949;
}
.BgClassName
{
background-color: #AAF949;
}
</style>
border-color css
<style>
span { border-color: #AAF949; }
span { border-color: rgb(170,249,73); }
td.TdClassName
{
border-color: #AAF949;
}
.TagClassName
{
border-color: #AAF949;
}
</style>