Shades of Green Yellow #AAFE2E
Tints of Green Yellow #AAFE2E
RGB
CMYK
RGB Variations
Color information
#AAFE2E (or 0xAAFE2E) is known color: Green Yellow. HEX triplet: AA, FE and 2E. RGB value is (170,254,46). Sum of RGB (Red+Green+Blue) = 170+254+46=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFE2E is #5501D1. Grayscale: #CDCDCD. Windows color (decimal): -5571026 or 3079850. OLE color: 3079850.
HSL color Cylindrical-coordinate representation of color #AAFE2E: hue angle of 84.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAFE2E is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 46 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.00 |
| HSL | 84.23º | 0.99% | 0.59% | - |
| HSV(B) | 84.23º | 0.82% | 1% | - |
| XYZ | 52.51 | 79.63 | 15.19 | - |
| YUV | 205.17 | 38.17 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 46 | 0.33 | 0 | 0.82 | 0.00 | 84.23 | 0.99 | 0.59 |
| Hex | AA | FE | 2E | 21 | 0 | 52 | 0 | 54 | 63 | 3B |
| Octal | 252 | 376 | 56 | 41 | 0 | 122 | 0 | 124 | 143 | 73 |
| Binary | 10101010 | 11111110 | 101110 | 100001 | 0 | 1010010 | 0 | 1010100 | 1100011 | 111011 |
Color Harmonies of #AAFE2E
Complementary color
Monochromatic Colors of #AAFE2E
Black with #AAFE2E
Text Example
Text Example
White with #AAFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE2E; }
p { color: rgb(170,254,46); }
H1.HeaderClassName
{
color: #AAFE2E;
}
.AnyTagClassName
{
color: #AAFE2E;
}
</style>
background-color css
<style>
a { background-color: #AAFE2E; }
a { background-color: rgb(170,254,46); }
div.DivClassName
{
background-color: #AAFE2E;
}
.BgClassName
{
background-color: #AAFE2E;
}
</style>
border-color css
<style>
span { border-color: #AAFE2E; }
span { border-color: rgb(170,254,46); }
td.TdClassName
{
border-color: #AAFE2E;
}
.TagClassName
{
border-color: #AAFE2E;
}
</style>