Shades of Green Yellow #AEEA32
Tints of Green Yellow #AEEA32
RGB
CMYK
RGB Variations
Color information
#AEEA32 (or 0xAEEA32) is known color: Green Yellow. HEX triplet: AE, EA and 32. RGB value is (174,234,50). Sum of RGB (Red+Green+Blue) = 174+234+50=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEA32 is #5115CD. Grayscale: #C3C3C3. Windows color (decimal): -5313998 or 3336878. OLE color: 3336878.
HSL color Cylindrical-coordinate representation of color #AEEA32: hue angle of 79.57º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEEA32 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 50 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.08 |
| HSL | 79.57º | 0.81% | 0.56% | - |
| HSV(B) | 79.57º | 0.79% | 0.92% | - |
| XYZ | 47.45 | 68.07 | 13.66 | - |
| YUV | 195.08 | 46.12 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 50 | 0.26 | 0 | 0.79 | 0.08 | 79.57 | 0.81 | 0.56 |
| Hex | AE | EA | 32 | 1A | 0 | 4F | 8 | 50 | 51 | 38 |
| Octal | 256 | 352 | 62 | 32 | 0 | 117 | 10 | 120 | 121 | 70 |
| Binary | 10101110 | 11101010 | 110010 | 11010 | 0 | 1001111 | 1000 | 1010000 | 1010001 | 111000 |
Color Harmonies of #AEEA32
Complementary color
Monochromatic Colors of #AEEA32
Black with #AEEA32
Text Example
Text Example
White with #AEEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEA32; }
p { color: rgb(174,234,50); }
H1.HeaderClassName
{
color: #AEEA32;
}
.AnyTagClassName
{
color: #AEEA32;
}
</style>
background-color css
<style>
a { background-color: #AEEA32; }
a { background-color: rgb(174,234,50); }
div.DivClassName
{
background-color: #AEEA32;
}
.BgClassName
{
background-color: #AEEA32;
}
</style>
border-color css
<style>
span { border-color: #AEEA32; }
span { border-color: rgb(174,234,50); }
td.TdClassName
{
border-color: #AEEA32;
}
.TagClassName
{
border-color: #AEEA32;
}
</style>