Shades of Green Yellow #AAF42B
Tints of Green Yellow #AAF42B
RGB
CMYK
RGB Variations
Color information
#AAF42B (or 0xAAF42B) is known color: Green Yellow. HEX triplet: AA, F4 and 2B. RGB value is (170,244,43). Sum of RGB (Red+Green+Blue) = 170+244+43=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF42B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF42B is #550BD4. Grayscale: #C7C7C7. Windows color (decimal): -5573589 or 2880682. OLE color: 2880682.
HSL color Cylindrical-coordinate representation of color #AAF42B: hue angle of 82.09º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAF42B is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 43 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.04 |
| HSL | 82.09º | 0.9% | 0.56% | - |
| HSV(B) | 82.09º | 0.82% | 0.96% | - |
| XYZ | 49.36 | 73.42 | 13.86 | - |
| YUV | 198.96 | 39.98 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 43 | 0.30 | 0 | 0.82 | 0.04 | 82.09 | 0.9 | 0.56 |
| Hex | AA | F4 | 2B | 1E | 0 | 52 | 4 | 52 | 5A | 38 |
| Octal | 252 | 364 | 53 | 36 | 0 | 122 | 4 | 122 | 132 | 70 |
| Binary | 10101010 | 11110100 | 101011 | 11110 | 0 | 1010010 | 100 | 1010010 | 1011010 | 111000 |
Color Harmonies of #AAF42B
Complementary color
Monochromatic Colors of #AAF42B
Black with #AAF42B
Text Example
Text Example
White with #AAF42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF42B; }
p { color: rgb(170,244,43); }
H1.HeaderClassName
{
color: #AAF42B;
}
.AnyTagClassName
{
color: #AAF42B;
}
</style>
background-color css
<style>
a { background-color: #AAF42B; }
a { background-color: rgb(170,244,43); }
div.DivClassName
{
background-color: #AAF42B;
}
.BgClassName
{
background-color: #AAF42B;
}
</style>
border-color css
<style>
span { border-color: #AAF42B; }
span { border-color: rgb(170,244,43); }
td.TdClassName
{
border-color: #AAF42B;
}
.TagClassName
{
border-color: #AAF42B;
}
</style>