Shades of Green Yellow #AAF42A
Tints of Green Yellow #AAF42A
RGB
CMYK
RGB Variations
Color information
#AAF42A (or 0xAAF42A) is known color: Green Yellow. HEX triplet: AA, F4 and 2A. RGB value is (170,244,42). Sum of RGB (Red+Green+Blue) = 170+244+42=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 244 (95.70% from 255 or 53.51% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF42A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF42A is #550BD5. Grayscale: #C7C7C7. Windows color (decimal): -5573590 or 2815146. OLE color: 2815146.
HSL color Cylindrical-coordinate representation of color #AAF42A: hue angle of 81.98º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAF42A is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 42 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.04 |
| HSL | 81.98º | 0.9% | 0.56% | - |
| HSV(B) | 81.98º | 0.83% | 0.96% | - |
| XYZ | 49.35 | 73.41 | 13.76 | - |
| YUV | 198.85 | 39.48 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 42 | 0.30 | 0 | 0.83 | 0.04 | 81.98 | 0.9 | 0.56 |
| Hex | AA | F4 | 2A | 1E | 0 | 53 | 4 | 52 | 5A | 38 |
| Octal | 252 | 364 | 52 | 36 | 0 | 123 | 4 | 122 | 132 | 70 |
| Binary | 10101010 | 11110100 | 101010 | 11110 | 0 | 1010011 | 100 | 1010010 | 1011010 | 111000 |
Color Harmonies of #AAF42A
Complementary color
Monochromatic Colors of #AAF42A
Black with #AAF42A
Text Example
Text Example
White with #AAF42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF42A; }
p { color: rgb(170,244,42); }
H1.HeaderClassName
{
color: #AAF42A;
}
.AnyTagClassName
{
color: #AAF42A;
}
</style>
background-color css
<style>
a { background-color: #AAF42A; }
a { background-color: rgb(170,244,42); }
div.DivClassName
{
background-color: #AAF42A;
}
.BgClassName
{
background-color: #AAF42A;
}
</style>
border-color css
<style>
span { border-color: #AAF42A; }
span { border-color: rgb(170,244,42); }
td.TdClassName
{
border-color: #AAF42A;
}
.TagClassName
{
border-color: #AAF42A;
}
</style>