Shades of Green Yellow #AAF226
Tints of Green Yellow #AAF226
RGB
CMYK
RGB Variations
Color information
#AAF226 (or 0xAAF226) is known color: Green Yellow. HEX triplet: AA, F2 and 26. RGB value is (170,242,38). Sum of RGB (Red+Green+Blue) = 170+242+38=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 38 (15.23% from 255 or 8.44% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF226 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF226 is #550DD9. Grayscale: #C5C5C5. Windows color (decimal): -5574106 or 2552490. OLE color: 2552490.
HSL color Cylindrical-coordinate representation of color #AAF226: hue angle of 81.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAF226 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 38 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.05 |
| HSL | 81.18º | 0.89% | 0.55% | - |
| HSV(B) | 81.18º | 0.84% | 0.95% | - |
| XYZ | 48.68 | 72.19 | 13.2 | - |
| YUV | 197.22 | 38.15 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 38 | 0.30 | 0 | 0.84 | 0.05 | 81.18 | 0.89 | 0.55 |
| Hex | AA | F2 | 26 | 1E | 0 | 54 | 5 | 51 | 59 | 37 |
| Octal | 252 | 362 | 46 | 36 | 0 | 124 | 5 | 121 | 131 | 67 |
| Binary | 10101010 | 11110010 | 100110 | 11110 | 0 | 1010100 | 101 | 1010001 | 1011001 | 110111 |
Color Harmonies of #AAF226
Complementary color
Monochromatic Colors of #AAF226
Black with #AAF226
Text Example
Text Example
White with #AAF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF226; }
p { color: rgb(170,242,38); }
H1.HeaderClassName
{
color: #AAF226;
}
.AnyTagClassName
{
color: #AAF226;
}
</style>
background-color css
<style>
a { background-color: #AAF226; }
a { background-color: rgb(170,242,38); }
div.DivClassName
{
background-color: #AAF226;
}
.BgClassName
{
background-color: #AAF226;
}
</style>
border-color css
<style>
span { border-color: #AAF226; }
span { border-color: rgb(170,242,38); }
td.TdClassName
{
border-color: #AAF226;
}
.TagClassName
{
border-color: #AAF226;
}
</style>