Shades of Green Yellow #AEF520
Tints of Green Yellow #AEF520
RGB
CMYK
RGB Variations
Color information
#AEF520 (or 0xAEF520) is known color: Green Yellow. HEX triplet: AE, F5 and 20. RGB value is (174,245,32). Sum of RGB (Red+Green+Blue) = 174+245+32=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 245 (96.09% from 255 or 54.32% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF520 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF520 is #510ADF. Grayscale: #C8C8C8. Windows color (decimal): -5311200 or 2160046. OLE color: 2160046.
HSL color Cylindrical-coordinate representation of color #AEF520: hue angle of 80º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEF520 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 245 | 32 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.04 |
| HSL | 80º | 0.91% | 0.54% | - |
| HSV(B) | 80º | 0.87% | 0.96% | - |
| XYZ | 50.37 | 74.41 | 13.07 | - |
| YUV | 199.49 | 33.48 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 245 | 32 | 0.29 | 0 | 0.87 | 0.04 | 80 | 0.91 | 0.54 |
| Hex | AE | F5 | 20 | 1D | 0 | 57 | 4 | 50 | 5B | 36 |
| Octal | 256 | 365 | 40 | 35 | 0 | 127 | 4 | 120 | 133 | 66 |
| Binary | 10101110 | 11110101 | 100000 | 11101 | 0 | 1010111 | 100 | 1010000 | 1011011 | 110110 |
Color Harmonies of #AEF520
Complementary color
Monochromatic Colors of #AEF520
Black with #AEF520
Text Example
Text Example
White with #AEF520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF520; }
p { color: rgb(174,245,32); }
H1.HeaderClassName
{
color: #AEF520;
}
.AnyTagClassName
{
color: #AEF520;
}
</style>
background-color css
<style>
a { background-color: #AEF520; }
a { background-color: rgb(174,245,32); }
div.DivClassName
{
background-color: #AEF520;
}
.BgClassName
{
background-color: #AEF520;
}
</style>
border-color css
<style>
span { border-color: #AEF520; }
span { border-color: rgb(174,245,32); }
td.TdClassName
{
border-color: #AEF520;
}
.TagClassName
{
border-color: #AEF520;
}
</style>