Shades of Green Yellow #AEFF1E
Tints of Green Yellow #AEFF1E
RGB
CMYK
RGB Variations
Color information
#AEFF1E (or 0xAEFF1E) is known color: Green Yellow. HEX triplet: AE, FF and 1E. RGB value is (174,255,30). Sum of RGB (Red+Green+Blue) = 174+255+30=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF1E is #5100E1. Grayscale: #CDCDCD. Windows color (decimal): -5308642 or 2031534. OLE color: 2031534.
HSL color Cylindrical-coordinate representation of color #AEFF1E: hue angle of 81.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEFF1E is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 30 | - |
| CMYK | 0.32 | 0 | 0.88 | 0 |
| HSL | 81.6º | 1% | 0.56% | - |
| HSV(B) | 81.6º | 0.88% | 1% | - |
| XYZ | 53.45 | 80.61 | 13.97 | - |
| YUV | 205.13 | 29.16 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 30 | 0.32 | 0 | 0.88 | 0 | 81.6 | 1 | 0.56 |
| Hex | AE | FF | 1E | 20 | 0 | 58 | 0 | 52 | 64 | 38 |
| Octal | 256 | 377 | 36 | 40 | 0 | 130 | 0 | 122 | 144 | 70 |
| Binary | 10101110 | 11111111 | 11110 | 100000 | 0 | 1011000 | 0 | 1010010 | 1100100 | 111000 |
Color Harmonies of #AEFF1E
Complementary color
Monochromatic Colors of #AEFF1E
Black with #AEFF1E
Text Example
Text Example
White with #AEFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF1E; }
p { color: rgb(174,255,30); }
H1.HeaderClassName
{
color: #AEFF1E;
}
.AnyTagClassName
{
color: #AEFF1E;
}
</style>
background-color css
<style>
a { background-color: #AEFF1E; }
a { background-color: rgb(174,255,30); }
div.DivClassName
{
background-color: #AEFF1E;
}
.BgClassName
{
background-color: #AEFF1E;
}
</style>
border-color css
<style>
span { border-color: #AEFF1E; }
span { border-color: rgb(174,255,30); }
td.TdClassName
{
border-color: #AEFF1E;
}
.TagClassName
{
border-color: #AEFF1E;
}
</style>