Shades of Green Yellow #AEFE1E
Tints of Green Yellow #AEFE1E
RGB
CMYK
RGB Variations
Color information
#AEFE1E (or 0xAEFE1E) is known color: Green Yellow. HEX triplet: AE, FE and 1E. RGB value is (174,254,30). Sum of RGB (Red+Green+Blue) = 174+254+30=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 254 (99.61% from 255 or 55.46% from 458); Blue value is 30 (12.11% from 255 or 6.55% from 458); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFE1E is #5101E1. Grayscale: #CDCDCD. Windows color (decimal): -5308898 or 2031278. OLE color: 2031278.
HSL color Cylindrical-coordinate representation of color #AEFE1E: hue angle of 81.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEFE1E is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 30 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.00 |
| HSL | 81.43º | 0.99% | 0.56% | - |
| HSV(B) | 81.43º | 0.88% | 1% | - |
| XYZ | 53.13 | 79.98 | 13.86 | - |
| YUV | 204.54 | 29.5 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 30 | 0.31 | 0 | 0.88 | 0.00 | 81.43 | 0.99 | 0.56 |
| Hex | AE | FE | 1E | 1F | 0 | 58 | 0 | 51 | 63 | 38 |
| Octal | 256 | 376 | 36 | 37 | 0 | 130 | 0 | 121 | 143 | 70 |
| Binary | 10101110 | 11111110 | 11110 | 11111 | 0 | 1011000 | 0 | 1010001 | 1100011 | 111000 |
Color Harmonies of #AEFE1E
Complementary color
Monochromatic Colors of #AEFE1E
Black with #AEFE1E
Text Example
Text Example
White with #AEFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE1E; }
p { color: rgb(174,254,30); }
H1.HeaderClassName
{
color: #AEFE1E;
}
.AnyTagClassName
{
color: #AEFE1E;
}
</style>
background-color css
<style>
a { background-color: #AEFE1E; }
a { background-color: rgb(174,254,30); }
div.DivClassName
{
background-color: #AEFE1E;
}
.BgClassName
{
background-color: #AEFE1E;
}
</style>
border-color css
<style>
span { border-color: #AEFE1E; }
span { border-color: rgb(174,254,30); }
td.TdClassName
{
border-color: #AEFE1E;
}
.TagClassName
{
border-color: #AEFE1E;
}
</style>