Shades of Green Yellow #AEFF40
Tints of Green Yellow #AEFF40
RGB
CMYK
RGB Variations
Color information
#AEFF40 (or 0xAEFF40) is known color: Green Yellow. HEX triplet: AE, FF and 40. RGB value is (174,255,64). Sum of RGB (Red+Green+Blue) = 174+255+64=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF40 is #5100BF. Grayscale: #D1D1D1. Windows color (decimal): -5308608 or 4259758. OLE color: 4259758.
HSL color Cylindrical-coordinate representation of color #AEFF40: hue angle of 85.45º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEFF40 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 64 | - |
| CMYK | 0.32 | 0 | 0.75 | 0 |
| HSL | 85.45º | 1% | 0.63% | - |
| HSV(B) | 85.45º | 0.75% | 1% | - |
| XYZ | 54.14 | 80.89 | 17.61 | - |
| YUV | 209.01 | 46.16 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 64 | 0.32 | 0 | 0.75 | 0 | 85.45 | 1 | 0.63 |
| Hex | AE | FF | 40 | 20 | 0 | 4B | 0 | 55 | 64 | 3F |
| Octal | 256 | 377 | 100 | 40 | 0 | 113 | 0 | 125 | 144 | 77 |
| Binary | 10101110 | 11111111 | 1000000 | 100000 | 0 | 1001011 | 0 | 1010101 | 1100100 | 111111 |
Color Harmonies of #AEFF40
Complementary color
Monochromatic Colors of #AEFF40
Black with #AEFF40
Text Example
Text Example
White with #AEFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF40; }
p { color: rgb(174,255,64); }
H1.HeaderClassName
{
color: #AEFF40;
}
.AnyTagClassName
{
color: #AEFF40;
}
</style>
background-color css
<style>
a { background-color: #AEFF40; }
a { background-color: rgb(174,255,64); }
div.DivClassName
{
background-color: #AEFF40;
}
.BgClassName
{
background-color: #AEFF40;
}
</style>
border-color css
<style>
span { border-color: #AEFF40; }
span { border-color: rgb(174,255,64); }
td.TdClassName
{
border-color: #AEFF40;
}
.TagClassName
{
border-color: #AEFF40;
}
</style>