Shades of Green Yellow #AEEA2D
Tints of Green Yellow #AEEA2D
RGB
CMYK
RGB Variations
Color information
#AEEA2D (or 0xAEEA2D) is known color: Green Yellow. HEX triplet: AE, EA and 2D. RGB value is (174,234,45). Sum of RGB (Red+Green+Blue) = 174+234+45=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEA2D is #5115D2. Grayscale: #C3C3C3. Windows color (decimal): -5314003 or 3009198. OLE color: 3009198.
HSL color Cylindrical-coordinate representation of color #AEEA2D: hue angle of 79.05º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEEA2D is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 45 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.08 |
| HSL | 79.05º | 0.82% | 0.55% | - |
| HSV(B) | 79.05º | 0.81% | 0.92% | - |
| XYZ | 47.35 | 68.03 | 13.12 | - |
| YUV | 194.51 | 43.62 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 45 | 0.26 | 0 | 0.81 | 0.08 | 79.05 | 0.82 | 0.55 |
| Hex | AE | EA | 2D | 1A | 0 | 51 | 8 | 4F | 52 | 37 |
| Octal | 256 | 352 | 55 | 32 | 0 | 121 | 10 | 117 | 122 | 67 |
| Binary | 10101110 | 11101010 | 101101 | 11010 | 0 | 1010001 | 1000 | 1001111 | 1010010 | 110111 |
Color Harmonies of #AEEA2D
Complementary color
Monochromatic Colors of #AEEA2D
Black with #AEEA2D
Text Example
Text Example
White with #AEEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEA2D; }
p { color: rgb(174,234,45); }
H1.HeaderClassName
{
color: #AEEA2D;
}
.AnyTagClassName
{
color: #AEEA2D;
}
</style>
background-color css
<style>
a { background-color: #AEEA2D; }
a { background-color: rgb(174,234,45); }
div.DivClassName
{
background-color: #AEEA2D;
}
.BgClassName
{
background-color: #AEEA2D;
}
</style>
border-color css
<style>
span { border-color: #AEEA2D; }
span { border-color: rgb(174,234,45); }
td.TdClassName
{
border-color: #AEEA2D;
}
.TagClassName
{
border-color: #AEEA2D;
}
</style>