Shades of Green Yellow #AAEF3C
Tints of Green Yellow #AAEF3C
RGB
CMYK
RGB Variations
Color information
#AAEF3C (or 0xAAEF3C) is known color: Green Yellow. HEX triplet: AA, EF and 3C. RGB value is (170,239,60). Sum of RGB (Red+Green+Blue) = 170+239+60=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEF3C is #5510C3. Grayscale: #C6C6C6. Windows color (decimal): -5574852 or 3993514. OLE color: 3993514.
HSL color Cylindrical-coordinate representation of color #AAEF3C: hue angle of 83.13º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAEF3C is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 60 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.06 |
| HSL | 83.13º | 0.85% | 0.59% | - |
| HSV(B) | 83.13º | 0.75% | 0.94% | - |
| XYZ | 48.26 | 70.61 | 15.36 | - |
| YUV | 197.96 | 50.14 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 60 | 0.29 | 0 | 0.75 | 0.06 | 83.13 | 0.85 | 0.59 |
| Hex | AA | EF | 3C | 1D | 0 | 4B | 6 | 53 | 55 | 3B |
| Octal | 252 | 357 | 74 | 35 | 0 | 113 | 6 | 123 | 125 | 73 |
| Binary | 10101010 | 11101111 | 111100 | 11101 | 0 | 1001011 | 110 | 1010011 | 1010101 | 111011 |
Color Harmonies of #AAEF3C
Complementary color
Monochromatic Colors of #AAEF3C
Black with #AAEF3C
Text Example
Text Example
White with #AAEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF3C; }
p { color: rgb(170,239,60); }
H1.HeaderClassName
{
color: #AAEF3C;
}
.AnyTagClassName
{
color: #AAEF3C;
}
</style>
background-color css
<style>
a { background-color: #AAEF3C; }
a { background-color: rgb(170,239,60); }
div.DivClassName
{
background-color: #AAEF3C;
}
.BgClassName
{
background-color: #AAEF3C;
}
</style>
border-color css
<style>
span { border-color: #AAEF3C; }
span { border-color: rgb(170,239,60); }
td.TdClassName
{
border-color: #AAEF3C;
}
.TagClassName
{
border-color: #AAEF3C;
}
</style>