Shades of Green Yellow #AAF620
Tints of Green Yellow #AAF620
RGB
CMYK
RGB Variations
Color information
#AAF620 (or 0xAAF620) is known color: Green Yellow. HEX triplet: AA, F6 and 20. RGB value is (170,246,32). Sum of RGB (Red+Green+Blue) = 170+246+32=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 246 (96.48% from 255 or 54.91% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF620 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF620 is #5509DF. Grayscale: #C7C7C7. Windows color (decimal): -5573088 or 2160298. OLE color: 2160298.
HSL color Cylindrical-coordinate representation of color #AAF620: hue angle of 81.31º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAF620 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 32 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.04 |
| HSL | 81.31º | 0.92% | 0.55% | - |
| HSV(B) | 81.31º | 0.87% | 0.96% | - |
| XYZ | 49.79 | 74.56 | 13.13 | - |
| YUV | 198.88 | 33.82 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 32 | 0.31 | 0 | 0.87 | 0.04 | 81.31 | 0.92 | 0.55 |
| Hex | AA | F6 | 20 | 1F | 0 | 57 | 4 | 51 | 5C | 37 |
| Octal | 252 | 366 | 40 | 37 | 0 | 127 | 4 | 121 | 134 | 67 |
| Binary | 10101010 | 11110110 | 100000 | 11111 | 0 | 1010111 | 100 | 1010001 | 1011100 | 110111 |
Color Harmonies of #AAF620
Complementary color
Monochromatic Colors of #AAF620
Black with #AAF620
Text Example
Text Example
White with #AAF620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF620; }
p { color: rgb(170,246,32); }
H1.HeaderClassName
{
color: #AAF620;
}
.AnyTagClassName
{
color: #AAF620;
}
</style>
background-color css
<style>
a { background-color: #AAF620; }
a { background-color: rgb(170,246,32); }
div.DivClassName
{
background-color: #AAF620;
}
.BgClassName
{
background-color: #AAF620;
}
</style>
border-color css
<style>
span { border-color: #AAF620; }
span { border-color: rgb(170,246,32); }
td.TdClassName
{
border-color: #AAF620;
}
.TagClassName
{
border-color: #AAF620;
}
</style>