Shades of Green Yellow #AEFE2C
Tints of Green Yellow #AEFE2C
RGB
CMYK
RGB Variations
Color information
#AEFE2C (or 0xAEFE2C) is known color: Green Yellow. HEX triplet: AE, FE and 2C. RGB value is (174,254,44). Sum of RGB (Red+Green+Blue) = 174+254+44=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFE2C is #5101D3. Grayscale: #CECECE. Windows color (decimal): -5308884 or 2948782. OLE color: 2948782.
HSL color Cylindrical-coordinate representation of color #AEFE2C: hue angle of 82.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEFE2C is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 44 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.00 |
| HSL | 82.86º | 0.99% | 0.58% | - |
| HSV(B) | 82.86º | 0.83% | 1% | - |
| XYZ | 53.35 | 80.06 | 15.02 | - |
| YUV | 206.14 | 36.5 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 44 | 0.31 | 0 | 0.83 | 0.00 | 82.86 | 0.99 | 0.58 |
| Hex | AE | FE | 2C | 1F | 0 | 53 | 0 | 53 | 63 | 3A |
| Octal | 256 | 376 | 54 | 37 | 0 | 123 | 0 | 123 | 143 | 72 |
| Binary | 10101110 | 11111110 | 101100 | 11111 | 0 | 1010011 | 0 | 1010011 | 1100011 | 111010 |
Color Harmonies of #AEFE2C
Complementary color
Monochromatic Colors of #AEFE2C
Black with #AEFE2C
Text Example
Text Example
White with #AEFE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE2C; }
p { color: rgb(174,254,44); }
H1.HeaderClassName
{
color: #AEFE2C;
}
.AnyTagClassName
{
color: #AEFE2C;
}
</style>
background-color css
<style>
a { background-color: #AEFE2C; }
a { background-color: rgb(174,254,44); }
div.DivClassName
{
background-color: #AEFE2C;
}
.BgClassName
{
background-color: #AEFE2C;
}
</style>
border-color css
<style>
span { border-color: #AEFE2C; }
span { border-color: rgb(174,254,44); }
td.TdClassName
{
border-color: #AEFE2C;
}
.TagClassName
{
border-color: #AEFE2C;
}
</style>