Shades of Green Yellow #AEFF1D
Tints of Green Yellow #AEFF1D
RGB
CMYK
RGB Variations
Color information
#AEFF1D (or 0xAEFF1D) is known color: Green Yellow. HEX triplet: AE, FF and 1D. RGB value is (174,255,29). Sum of RGB (Red+Green+Blue) = 174+255+29=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF1D is #5100E2. Grayscale: #CDCDCD. Windows color (decimal): -5308643 or 1965998. OLE color: 1965998.
HSL color Cylindrical-coordinate representation of color #AEFF1D: hue angle of 81.5º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEFF1D is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 29 | - |
| CMYK | 0.32 | 0 | 0.89 | 0 |
| HSL | 81.5º | 1% | 0.56% | - |
| HSV(B) | 81.5º | 0.89% | 1% | - |
| XYZ | 53.44 | 80.61 | 13.9 | - |
| YUV | 205.02 | 28.66 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 29 | 0.32 | 0 | 0.89 | 0 | 81.5 | 1 | 0.56 |
| Hex | AE | FF | 1D | 20 | 0 | 59 | 0 | 52 | 64 | 38 |
| Octal | 256 | 377 | 35 | 40 | 0 | 131 | 0 | 122 | 144 | 70 |
| Binary | 10101110 | 11111111 | 11101 | 100000 | 0 | 1011001 | 0 | 1010010 | 1100100 | 111000 |
Color Harmonies of #AEFF1D
Complementary color
Monochromatic Colors of #AEFF1D
Black with #AEFF1D
Text Example
Text Example
White with #AEFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF1D; }
p { color: rgb(174,255,29); }
H1.HeaderClassName
{
color: #AEFF1D;
}
.AnyTagClassName
{
color: #AEFF1D;
}
</style>
background-color css
<style>
a { background-color: #AEFF1D; }
a { background-color: rgb(174,255,29); }
div.DivClassName
{
background-color: #AEFF1D;
}
.BgClassName
{
background-color: #AEFF1D;
}
</style>
border-color css
<style>
span { border-color: #AEFF1D; }
span { border-color: rgb(174,255,29); }
td.TdClassName
{
border-color: #AEFF1D;
}
.TagClassName
{
border-color: #AEFF1D;
}
</style>