Shades of Green Yellow #AAF649
Tints of Green Yellow #AAF649
RGB
CMYK
RGB Variations
Color information
#AAF649 (or 0xAAF649) is known color: Green Yellow. HEX triplet: AA, F6 and 49. RGB value is (170,246,73). Sum of RGB (Red+Green+Blue) = 170+246+73=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 246 (96.48% from 255 or 50.31% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF649 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF649 is #5509B6. Grayscale: #CCCCCC. Windows color (decimal): -5573047 or 4847274. OLE color: 4847274.
HSL color Cylindrical-coordinate representation of color #AAF649: hue angle of 86.36º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAF649 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 73 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.04 |
| HSL | 86.36º | 0.91% | 0.63% | - |
| HSV(B) | 86.36º | 0.7% | 0.96% | - |
| XYZ | 50.74 | 74.94 | 18.09 | - |
| YUV | 203.55 | 54.32 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 73 | 0.31 | 0 | 0.70 | 0.04 | 86.36 | 0.91 | 0.63 |
| Hex | AA | F6 | 49 | 1F | 0 | 46 | 4 | 56 | 5B | 3F |
| Octal | 252 | 366 | 111 | 37 | 0 | 106 | 4 | 126 | 133 | 77 |
| Binary | 10101010 | 11110110 | 1001001 | 11111 | 0 | 1000110 | 100 | 1010110 | 1011011 | 111111 |
Color Harmonies of #AAF649
Complementary color
Monochromatic Colors of #AAF649
Black with #AAF649
Text Example
Text Example
White with #AAF649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF649; }
p { color: rgb(170,246,73); }
H1.HeaderClassName
{
color: #AAF649;
}
.AnyTagClassName
{
color: #AAF649;
}
</style>
background-color css
<style>
a { background-color: #AAF649; }
a { background-color: rgb(170,246,73); }
div.DivClassName
{
background-color: #AAF649;
}
.BgClassName
{
background-color: #AAF649;
}
</style>
border-color css
<style>
span { border-color: #AAF649; }
span { border-color: rgb(170,246,73); }
td.TdClassName
{
border-color: #AAF649;
}
.TagClassName
{
border-color: #AAF649;
}
</style>