Shades of Green Yellow #AAFF2A
Tints of Green Yellow #AAFF2A
RGB
CMYK
RGB Variations
Color information
#AAFF2A (or 0xAAFF2A) is known color: Green Yellow. HEX triplet: AA, FF and 2A. RGB value is (170,255,42). Sum of RGB (Red+Green+Blue) = 170+255+42=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF2A is #5500D5. Grayscale: #CECECE. Windows color (decimal): -5570774 or 2817962. OLE color: 2817962.
HSL color Cylindrical-coordinate representation of color #AAFF2A: hue angle of 83.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAFF2A is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 42 | - |
| CMYK | 0.33 | 0 | 0.84 | 0 |
| HSL | 83.94º | 1% | 0.58% | - |
| HSV(B) | 83.94º | 0.84% | 1% | - |
| XYZ | 52.76 | 80.23 | 14.9 | - |
| YUV | 205.3 | 35.84 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 42 | 0.33 | 0 | 0.84 | 0 | 83.94 | 1 | 0.58 |
| Hex | AA | FF | 2A | 21 | 0 | 54 | 0 | 54 | 64 | 3A |
| Octal | 252 | 377 | 52 | 41 | 0 | 124 | 0 | 124 | 144 | 72 |
| Binary | 10101010 | 11111111 | 101010 | 100001 | 0 | 1010100 | 0 | 1010100 | 1100100 | 111010 |
Color Harmonies of #AAFF2A
Complementary color
Monochromatic Colors of #AAFF2A
Black with #AAFF2A
Text Example
Text Example
White with #AAFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF2A; }
p { color: rgb(170,255,42); }
H1.HeaderClassName
{
color: #AAFF2A;
}
.AnyTagClassName
{
color: #AAFF2A;
}
</style>
background-color css
<style>
a { background-color: #AAFF2A; }
a { background-color: rgb(170,255,42); }
div.DivClassName
{
background-color: #AAFF2A;
}
.BgClassName
{
background-color: #AAFF2A;
}
</style>
border-color css
<style>
span { border-color: #AAFF2A; }
span { border-color: rgb(170,255,42); }
td.TdClassName
{
border-color: #AAFF2A;
}
.TagClassName
{
border-color: #AAFF2A;
}
</style>