Shades of Green Yellow #AAEB30
Tints of Green Yellow #AAEB30
RGB
CMYK
RGB Variations
Color information
#AAEB30 (or 0xAAEB30) is known color: Green Yellow. HEX triplet: AA, EB and 30. RGB value is (170,235,48). Sum of RGB (Red+Green+Blue) = 170+235+48=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB30 is #5514CF. Grayscale: #C2C2C2. Windows color (decimal): -5575888 or 3206058. OLE color: 3206058.
HSL color Cylindrical-coordinate representation of color #AAEB30: hue angle of 80.86º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAEB30 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 48 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.08 |
| HSL | 80.86º | 0.82% | 0.55% | - |
| HSV(B) | 80.86º | 0.8% | 0.92% | - |
| XYZ | 46.82 | 68.18 | 13.49 | - |
| YUV | 194.25 | 45.47 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 48 | 0.28 | 0 | 0.80 | 0.08 | 80.86 | 0.82 | 0.55 |
| Hex | AA | EB | 30 | 1C | 0 | 50 | 8 | 51 | 52 | 37 |
| Octal | 252 | 353 | 60 | 34 | 0 | 120 | 10 | 121 | 122 | 67 |
| Binary | 10101010 | 11101011 | 110000 | 11100 | 0 | 1010000 | 1000 | 1010001 | 1010010 | 110111 |
Color Harmonies of #AAEB30
Complementary color
Monochromatic Colors of #AAEB30
Black with #AAEB30
Text Example
Text Example
White with #AAEB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB30; }
p { color: rgb(170,235,48); }
H1.HeaderClassName
{
color: #AAEB30;
}
.AnyTagClassName
{
color: #AAEB30;
}
</style>
background-color css
<style>
a { background-color: #AAEB30; }
a { background-color: rgb(170,235,48); }
div.DivClassName
{
background-color: #AAEB30;
}
.BgClassName
{
background-color: #AAEB30;
}
</style>
border-color css
<style>
span { border-color: #AAEB30; }
span { border-color: rgb(170,235,48); }
td.TdClassName
{
border-color: #AAEB30;
}
.TagClassName
{
border-color: #AAEB30;
}
</style>