Shades of Green Yellow #AAF726
Tints of Green Yellow #AAF726
RGB
CMYK
RGB Variations
Color information
#AAF726 (or 0xAAF726) is known color: Green Yellow. HEX triplet: AA, F7 and 26. RGB value is (170,247,38). Sum of RGB (Red+Green+Blue) = 170+247+38=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 247 (96.88% from 255 or 54.29% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF726 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF726 is #5508D9. Grayscale: #C8C8C8. Windows color (decimal): -5572826 or 2553770. OLE color: 2553770.
HSL color Cylindrical-coordinate representation of color #AAF726: hue angle of 82.11º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAF726 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 38 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.03 |
| HSL | 82.11º | 0.93% | 0.56% | - |
| HSV(B) | 82.11º | 0.85% | 0.97% | - |
| XYZ | 50.19 | 75.21 | 13.71 | - |
| YUV | 200.15 | 36.49 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 38 | 0.31 | 0 | 0.85 | 0.03 | 82.11 | 0.93 | 0.56 |
| Hex | AA | F7 | 26 | 1F | 0 | 55 | 3 | 52 | 5D | 38 |
| Octal | 252 | 367 | 46 | 37 | 0 | 125 | 3 | 122 | 135 | 70 |
| Binary | 10101010 | 11110111 | 100110 | 11111 | 0 | 1010101 | 11 | 1010010 | 1011101 | 111000 |
Color Harmonies of #AAF726
Complementary color
Monochromatic Colors of #AAF726
Black with #AAF726
Text Example
Text Example
White with #AAF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF726; }
p { color: rgb(170,247,38); }
H1.HeaderClassName
{
color: #AAF726;
}
.AnyTagClassName
{
color: #AAF726;
}
</style>
background-color css
<style>
a { background-color: #AAF726; }
a { background-color: rgb(170,247,38); }
div.DivClassName
{
background-color: #AAF726;
}
.BgClassName
{
background-color: #AAF726;
}
</style>
border-color css
<style>
span { border-color: #AAF726; }
span { border-color: rgb(170,247,38); }
td.TdClassName
{
border-color: #AAF726;
}
.TagClassName
{
border-color: #AAF726;
}
</style>