Shades of Green Yellow #AEEA3C
Tints of Green Yellow #AEEA3C
RGB
CMYK
RGB Variations
Color information
#AEEA3C (or 0xAEEA3C) is known color: Green Yellow. HEX triplet: AE, EA and 3C. RGB value is (174,234,60). Sum of RGB (Red+Green+Blue) = 174+234+60=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEA3C is #5115C3. Grayscale: #C4C4C4. Windows color (decimal): -5313988 or 3992238. OLE color: 3992238.
HSL color Cylindrical-coordinate representation of color #AEEA3C: hue angle of 80.69º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEEA3C is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 60 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.08 |
| HSL | 80.69º | 0.81% | 0.58% | - |
| HSV(B) | 80.69º | 0.74% | 0.92% | - |
| XYZ | 47.69 | 68.17 | 14.92 | - |
| YUV | 196.22 | 51.12 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 60 | 0.26 | 0 | 0.74 | 0.08 | 80.69 | 0.81 | 0.58 |
| Hex | AE | EA | 3C | 1A | 0 | 4A | 8 | 51 | 51 | 3A |
| Octal | 256 | 352 | 74 | 32 | 0 | 112 | 10 | 121 | 121 | 72 |
| Binary | 10101110 | 11101010 | 111100 | 11010 | 0 | 1001010 | 1000 | 1010001 | 1010001 | 111010 |
Color Harmonies of #AEEA3C
Complementary color
Monochromatic Colors of #AEEA3C
Black with #AEEA3C
Text Example
Text Example
White with #AEEA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEA3C; }
p { color: rgb(174,234,60); }
H1.HeaderClassName
{
color: #AEEA3C;
}
.AnyTagClassName
{
color: #AEEA3C;
}
</style>
background-color css
<style>
a { background-color: #AEEA3C; }
a { background-color: rgb(174,234,60); }
div.DivClassName
{
background-color: #AEEA3C;
}
.BgClassName
{
background-color: #AEEA3C;
}
</style>
border-color css
<style>
span { border-color: #AEEA3C; }
span { border-color: rgb(174,234,60); }
td.TdClassName
{
border-color: #AEEA3C;
}
.TagClassName
{
border-color: #AEEA3C;
}
</style>