Shades of Green Yellow #AAED40
Tints of Green Yellow #AAED40
RGB
CMYK
RGB Variations
Color information
#AAED40 (or 0xAAED40) is known color: Green Yellow. HEX triplet: AA, ED and 40. RGB value is (170,237,64). Sum of RGB (Red+Green+Blue) = 170+237+64=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED40 is #5512BF. Grayscale: #C5C5C5. Windows color (decimal): -5575360 or 4255146. OLE color: 4255146.
HSL color Cylindrical-coordinate representation of color #AAED40: hue angle of 83.24º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAED40 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 64 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.07 |
| HSL | 83.24º | 0.83% | 0.59% | - |
| HSV(B) | 83.24º | 0.73% | 0.93% | - |
| XYZ | 47.79 | 69.48 | 15.74 | - |
| YUV | 197.25 | 52.8 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 64 | 0.28 | 0 | 0.73 | 0.07 | 83.24 | 0.83 | 0.59 |
| Hex | AA | ED | 40 | 1C | 0 | 49 | 7 | 53 | 53 | 3B |
| Octal | 252 | 355 | 100 | 34 | 0 | 111 | 7 | 123 | 123 | 73 |
| Binary | 10101010 | 11101101 | 1000000 | 11100 | 0 | 1001001 | 111 | 1010011 | 1010011 | 111011 |
Color Harmonies of #AAED40
Complementary color
Monochromatic Colors of #AAED40
Black with #AAED40
Text Example
Text Example
White with #AAED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAED40; }
p { color: rgb(170,237,64); }
H1.HeaderClassName
{
color: #AAED40;
}
.AnyTagClassName
{
color: #AAED40;
}
</style>
background-color css
<style>
a { background-color: #AAED40; }
a { background-color: rgb(170,237,64); }
div.DivClassName
{
background-color: #AAED40;
}
.BgClassName
{
background-color: #AAED40;
}
</style>
border-color css
<style>
span { border-color: #AAED40; }
span { border-color: rgb(170,237,64); }
td.TdClassName
{
border-color: #AAED40;
}
.TagClassName
{
border-color: #AAED40;
}
</style>