Shades of Green Yellow #AAEF3A
Tints of Green Yellow #AAEF3A
RGB
CMYK
RGB Variations
Color information
#AAEF3A (or 0xAAEF3A) is known color: Green Yellow. HEX triplet: AA, EF and 3A. RGB value is (170,239,58). Sum of RGB (Red+Green+Blue) = 170+239+58=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEF3A is #5510C5. Grayscale: #C6C6C6. Windows color (decimal): -5574854 or 3862442. OLE color: 3862442.
HSL color Cylindrical-coordinate representation of color #AAEF3A: hue angle of 82.87º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAEF3A is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 58 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.06 |
| HSL | 82.87º | 0.85% | 0.58% | - |
| HSV(B) | 82.87º | 0.76% | 0.94% | - |
| XYZ | 48.21 | 70.58 | 15.09 | - |
| YUV | 197.74 | 49.14 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 58 | 0.29 | 0 | 0.76 | 0.06 | 82.87 | 0.85 | 0.58 |
| Hex | AA | EF | 3A | 1D | 0 | 4C | 6 | 53 | 55 | 3A |
| Octal | 252 | 357 | 72 | 35 | 0 | 114 | 6 | 123 | 125 | 72 |
| Binary | 10101010 | 11101111 | 111010 | 11101 | 0 | 1001100 | 110 | 1010011 | 1010101 | 111010 |
Color Harmonies of #AAEF3A
Complementary color
Monochromatic Colors of #AAEF3A
Black with #AAEF3A
Text Example
Text Example
White with #AAEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF3A; }
p { color: rgb(170,239,58); }
H1.HeaderClassName
{
color: #AAEF3A;
}
.AnyTagClassName
{
color: #AAEF3A;
}
</style>
background-color css
<style>
a { background-color: #AAEF3A; }
a { background-color: rgb(170,239,58); }
div.DivClassName
{
background-color: #AAEF3A;
}
.BgClassName
{
background-color: #AAEF3A;
}
</style>
border-color css
<style>
span { border-color: #AAEF3A; }
span { border-color: rgb(170,239,58); }
td.TdClassName
{
border-color: #AAEF3A;
}
.TagClassName
{
border-color: #AAEF3A;
}
</style>