Shades of Green Yellow #AAE730
Tints of Green Yellow #AAE730
RGB
CMYK
RGB Variations
Color information
#AAE730 (or 0xAAE730) is known color: Green Yellow. HEX triplet: AA, E7 and 30. RGB value is (170,231,48). Sum of RGB (Red+Green+Blue) = 170+231+48=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE730 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE730 is #5518CF. Grayscale: #C0C0C0. Windows color (decimal): -5576912 or 3205034. OLE color: 3205034.
HSL color Cylindrical-coordinate representation of color #AAE730: hue angle of 80º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAE730 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 48 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.09 |
| HSL | 80º | 0.79% | 0.55% | - |
| HSV(B) | 80º | 0.79% | 0.91% | - |
| XYZ | 45.69 | 65.91 | 13.11 | - |
| YUV | 191.9 | 46.79 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 48 | 0.26 | 0 | 0.79 | 0.09 | 80 | 0.79 | 0.55 |
| Hex | AA | E7 | 30 | 1A | 0 | 4F | 9 | 50 | 4F | 37 |
| Octal | 252 | 347 | 60 | 32 | 0 | 117 | 11 | 120 | 117 | 67 |
| Binary | 10101010 | 11100111 | 110000 | 11010 | 0 | 1001111 | 1001 | 1010000 | 1001111 | 110111 |
Color Harmonies of #AAE730
Complementary color
Monochromatic Colors of #AAE730
Black with #AAE730
Text Example
Text Example
White with #AAE730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE730; }
p { color: rgb(170,231,48); }
H1.HeaderClassName
{
color: #AAE730;
}
.AnyTagClassName
{
color: #AAE730;
}
</style>
background-color css
<style>
a { background-color: #AAE730; }
a { background-color: rgb(170,231,48); }
div.DivClassName
{
background-color: #AAE730;
}
.BgClassName
{
background-color: #AAE730;
}
</style>
border-color css
<style>
span { border-color: #AAE730; }
span { border-color: rgb(170,231,48); }
td.TdClassName
{
border-color: #AAE730;
}
.TagClassName
{
border-color: #AAE730;
}
</style>