Shades of Green Yellow #AAF621
Tints of Green Yellow #AAF621
RGB
CMYK
RGB Variations
Color information
#AAF621 (or 0xAAF621) is known color: Green Yellow. HEX triplet: AA, F6 and 21. RGB value is (170,246,33). Sum of RGB (Red+Green+Blue) = 170+246+33=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF621 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF621 is #5509DE. Grayscale: #C7C7C7. Windows color (decimal): -5573087 or 2225834. OLE color: 2225834.
HSL color Cylindrical-coordinate representation of color #AAF621: hue angle of 81.41º 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 #AAF621 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 33 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.04 |
| HSL | 81.41º | 0.92% | 0.55% | - |
| HSV(B) | 81.41º | 0.87% | 0.96% | - |
| XYZ | 49.81 | 74.57 | 13.21 | - |
| YUV | 198.99 | 34.32 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 33 | 0.31 | 0 | 0.87 | 0.04 | 81.41 | 0.92 | 0.55 |
| Hex | AA | F6 | 21 | 1F | 0 | 57 | 4 | 51 | 5C | 37 |
| Octal | 252 | 366 | 41 | 37 | 0 | 127 | 4 | 121 | 134 | 67 |
| Binary | 10101010 | 11110110 | 100001 | 11111 | 0 | 1010111 | 100 | 1010001 | 1011100 | 110111 |
Color Harmonies of #AAF621
Complementary color
Monochromatic Colors of #AAF621
Black with #AAF621
Text Example
Text Example
White with #AAF621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF621; }
p { color: rgb(170,246,33); }
H1.HeaderClassName
{
color: #AAF621;
}
.AnyTagClassName
{
color: #AAF621;
}
</style>
background-color css
<style>
a { background-color: #AAF621; }
a { background-color: rgb(170,246,33); }
div.DivClassName
{
background-color: #AAF621;
}
.BgClassName
{
background-color: #AAF621;
}
</style>
border-color css
<style>
span { border-color: #AAF621; }
span { border-color: rgb(170,246,33); }
td.TdClassName
{
border-color: #AAF621;
}
.TagClassName
{
border-color: #AAF621;
}
</style>