Shades of Green Yellow #AEFE4A
Tints of Green Yellow #AEFE4A
RGB
CMYK
RGB Variations
Color information
#AEFE4A (or 0xAEFE4A) is known color: Green Yellow. HEX triplet: AE, FE and 4A. RGB value is (174,254,74). Sum of RGB (Red+Green+Blue) = 174+254+74=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFE4A is #5101B5. Grayscale: #D2D2D2. Windows color (decimal): -5308854 or 4914862. OLE color: 4914862.
HSL color Cylindrical-coordinate representation of color #AEFE4A: hue angle of 86.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AEFE4A is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 74 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.00 |
| HSL | 86.67º | 0.99% | 0.64% | - |
| HSV(B) | 86.67º | 0.71% | 1% | - |
| XYZ | 54.13 | 80.38 | 19.14 | - |
| YUV | 209.56 | 51.5 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 74 | 0.31 | 0 | 0.71 | 0.00 | 86.67 | 0.99 | 0.64 |
| Hex | AE | FE | 4A | 1F | 0 | 47 | 0 | 57 | 63 | 40 |
| Octal | 256 | 376 | 112 | 37 | 0 | 107 | 0 | 127 | 143 | 100 |
| Binary | 10101110 | 11111110 | 1001010 | 11111 | 0 | 1000111 | 0 | 1010111 | 1100011 | 1000000 |
Color Harmonies of #AEFE4A
Complementary color
Monochromatic Colors of #AEFE4A
Black with #AEFE4A
Text Example
Text Example
White with #AEFE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE4A; }
p { color: rgb(174,254,74); }
H1.HeaderClassName
{
color: #AEFE4A;
}
.AnyTagClassName
{
color: #AEFE4A;
}
</style>
background-color css
<style>
a { background-color: #AEFE4A; }
a { background-color: rgb(174,254,74); }
div.DivClassName
{
background-color: #AEFE4A;
}
.BgClassName
{
background-color: #AEFE4A;
}
</style>
border-color css
<style>
span { border-color: #AEFE4A; }
span { border-color: rgb(174,254,74); }
td.TdClassName
{
border-color: #AEFE4A;
}
.TagClassName
{
border-color: #AEFE4A;
}
</style>