Shades of Green Yellow #AAF819
Tints of Green Yellow #AAF819
RGB
CMYK
RGB Variations
Color information
#AAF819 (or 0xAAF819) is known color: Green Yellow. HEX triplet: AA, F8 and 19. RGB value is (170,248,25). Sum of RGB (Red+Green+Blue) = 170+248+25=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 248 (97.27% from 255 or 55.98% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF819 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF819 is #5507E6. Grayscale: #C8C8C8. Windows color (decimal): -5572583 or 1702058. OLE color: 1702058.
HSL color Cylindrical-coordinate representation of color #AAF819: hue angle of 80.99º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAF819 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 25 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.03 |
| HSL | 80.99º | 0.94% | 0.54% | - |
| HSV(B) | 80.99º | 0.9% | 0.97% | - |
| XYZ | 50.32 | 75.75 | 12.89 | - |
| YUV | 199.26 | 29.66 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 25 | 0.31 | 0 | 0.90 | 0.03 | 80.99 | 0.94 | 0.54 |
| Hex | AA | F8 | 19 | 1F | 0 | 5A | 3 | 51 | 5E | 36 |
| Octal | 252 | 370 | 31 | 37 | 0 | 132 | 3 | 121 | 136 | 66 |
| Binary | 10101010 | 11111000 | 11001 | 11111 | 0 | 1011010 | 11 | 1010001 | 1011110 | 110110 |
Color Harmonies of #AAF819
Complementary color
Monochromatic Colors of #AAF819
Black with #AAF819
Text Example
Text Example
White with #AAF819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF819; }
p { color: rgb(170,248,25); }
H1.HeaderClassName
{
color: #AAF819;
}
.AnyTagClassName
{
color: #AAF819;
}
</style>
background-color css
<style>
a { background-color: #AAF819; }
a { background-color: rgb(170,248,25); }
div.DivClassName
{
background-color: #AAF819;
}
.BgClassName
{
background-color: #AAF819;
}
</style>
border-color css
<style>
span { border-color: #AAF819; }
span { border-color: rgb(170,248,25); }
td.TdClassName
{
border-color: #AAF819;
}
.TagClassName
{
border-color: #AAF819;
}
</style>