Shades of Green Yellow #AAF22C
Tints of Green Yellow #AAF22C
RGB
CMYK
RGB Variations
Color information
#AAF22C (or 0xAAF22C) is known color: Green Yellow. HEX triplet: AA, F2 and 2C. RGB value is (170,242,44). Sum of RGB (Red+Green+Blue) = 170+242+44=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF22C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF22C is #550DD3. Grayscale: #C6C6C6. Windows color (decimal): -5574100 or 2945706. OLE color: 2945706.
HSL color Cylindrical-coordinate representation of color #AAF22C: hue angle of 81.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAF22C is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 44 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.05 |
| HSL | 81.82º | 0.88% | 0.56% | - |
| HSV(B) | 81.82º | 0.82% | 0.95% | - |
| XYZ | 48.78 | 72.23 | 13.75 | - |
| YUV | 197.9 | 41.15 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 44 | 0.30 | 0 | 0.82 | 0.05 | 81.82 | 0.88 | 0.56 |
| Hex | AA | F2 | 2C | 1E | 0 | 52 | 5 | 52 | 58 | 38 |
| Octal | 252 | 362 | 54 | 36 | 0 | 122 | 5 | 122 | 130 | 70 |
| Binary | 10101010 | 11110010 | 101100 | 11110 | 0 | 1010010 | 101 | 1010010 | 1011000 | 111000 |
Color Harmonies of #AAF22C
Complementary color
Monochromatic Colors of #AAF22C
Black with #AAF22C
Text Example
Text Example
White with #AAF22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF22C; }
p { color: rgb(170,242,44); }
H1.HeaderClassName
{
color: #AAF22C;
}
.AnyTagClassName
{
color: #AAF22C;
}
</style>
background-color css
<style>
a { background-color: #AAF22C; }
a { background-color: rgb(170,242,44); }
div.DivClassName
{
background-color: #AAF22C;
}
.BgClassName
{
background-color: #AAF22C;
}
</style>
border-color css
<style>
span { border-color: #AAF22C; }
span { border-color: rgb(170,242,44); }
td.TdClassName
{
border-color: #AAF22C;
}
.TagClassName
{
border-color: #AAF22C;
}
</style>