Shades of Green Yellow #AAFD2E
Tints of Green Yellow #AAFD2E
RGB
CMYK
RGB Variations
Color information
#AAFD2E (or 0xAAFD2E) is known color: Green Yellow. HEX triplet: AA, FD and 2E. RGB value is (170,253,46). Sum of RGB (Red+Green+Blue) = 170+253+46=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD2E is #5502D1. Grayscale: #CDCDCD. Windows color (decimal): -5571282 or 3079594. OLE color: 3079594.
HSL color Cylindrical-coordinate representation of color #AAFD2E: hue angle of 84.06º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAFD2E is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 46 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.01 |
| HSL | 84.06º | 0.98% | 0.59% | - |
| HSV(B) | 84.06º | 0.82% | 0.99% | - |
| XYZ | 52.2 | 78.99 | 15.08 | - |
| YUV | 204.59 | 38.5 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 46 | 0.33 | 0 | 0.82 | 0.01 | 84.06 | 0.98 | 0.59 |
| Hex | AA | FD | 2E | 21 | 0 | 52 | 1 | 54 | 62 | 3B |
| Octal | 252 | 375 | 56 | 41 | 0 | 122 | 1 | 124 | 142 | 73 |
| Binary | 10101010 | 11111101 | 101110 | 100001 | 0 | 1010010 | 1 | 1010100 | 1100010 | 111011 |
Color Harmonies of #AAFD2E
Complementary color
Monochromatic Colors of #AAFD2E
Black with #AAFD2E
Text Example
Text Example
White with #AAFD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD2E; }
p { color: rgb(170,253,46); }
H1.HeaderClassName
{
color: #AAFD2E;
}
.AnyTagClassName
{
color: #AAFD2E;
}
</style>
background-color css
<style>
a { background-color: #AAFD2E; }
a { background-color: rgb(170,253,46); }
div.DivClassName
{
background-color: #AAFD2E;
}
.BgClassName
{
background-color: #AAFD2E;
}
</style>
border-color css
<style>
span { border-color: #AAFD2E; }
span { border-color: rgb(170,253,46); }
td.TdClassName
{
border-color: #AAFD2E;
}
.TagClassName
{
border-color: #AAFD2E;
}
</style>