Shades of Green Yellow #AAF41D
Tints of Green Yellow #AAF41D
RGB
CMYK
RGB Variations
Color information
#AAF41D (or 0xAAF41D) is known color: Green Yellow. HEX triplet: AA, F4 and 1D. RGB value is (170,244,29). Sum of RGB (Red+Green+Blue) = 170+244+29=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 244 (95.70% from 255 or 55.08% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF41D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF41D is #550BE2. Grayscale: #C6C6C6. Windows color (decimal): -5573603 or 1963178. OLE color: 1963178.
HSL color Cylindrical-coordinate representation of color #AAF41D: hue angle of 80.65º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAF41D is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 29 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.04 |
| HSL | 80.65º | 0.91% | 0.54% | - |
| HSV(B) | 80.65º | 0.88% | 0.96% | - |
| XYZ | 49.15 | 73.34 | 12.73 | - |
| YUV | 197.36 | 32.98 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 29 | 0.30 | 0 | 0.88 | 0.04 | 80.65 | 0.91 | 0.54 |
| Hex | AA | F4 | 1D | 1E | 0 | 58 | 4 | 51 | 5B | 36 |
| Octal | 252 | 364 | 35 | 36 | 0 | 130 | 4 | 121 | 133 | 66 |
| Binary | 10101010 | 11110100 | 11101 | 11110 | 0 | 1011000 | 100 | 1010001 | 1011011 | 110110 |
Color Harmonies of #AAF41D
Complementary color
Monochromatic Colors of #AAF41D
Black with #AAF41D
Text Example
Text Example
White with #AAF41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF41D; }
p { color: rgb(170,244,29); }
H1.HeaderClassName
{
color: #AAF41D;
}
.AnyTagClassName
{
color: #AAF41D;
}
</style>
background-color css
<style>
a { background-color: #AAF41D; }
a { background-color: rgb(170,244,29); }
div.DivClassName
{
background-color: #AAF41D;
}
.BgClassName
{
background-color: #AAF41D;
}
</style>
border-color css
<style>
span { border-color: #AAF41D; }
span { border-color: rgb(170,244,29); }
td.TdClassName
{
border-color: #AAF41D;
}
.TagClassName
{
border-color: #AAF41D;
}
</style>