Shades of Green Yellow #AEFF1C
Tints of Green Yellow #AEFF1C
RGB
CMYK
RGB Variations
Color information
#AEFF1C (or 0xAEFF1C) is known color: Green Yellow. HEX triplet: AE, FF and 1C. RGB value is (174,255,28). Sum of RGB (Red+Green+Blue) = 174+255+28=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF1C is #5100E3. Grayscale: #CDCDCD. Windows color (decimal): -5308644 or 1900462. OLE color: 1900462.
HSL color Cylindrical-coordinate representation of color #AEFF1C: hue angle of 81.41º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEFF1C is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 28 | - |
| CMYK | 0.32 | 0 | 0.89 | 0 |
| HSL | 81.41º | 1% | 0.55% | - |
| HSV(B) | 81.41º | 0.89% | 1% | - |
| XYZ | 53.43 | 80.6 | 13.84 | - |
| YUV | 204.9 | 28.16 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 28 | 0.32 | 0 | 0.89 | 0 | 81.41 | 1 | 0.55 |
| Hex | AE | FF | 1C | 20 | 0 | 59 | 0 | 51 | 64 | 37 |
| Octal | 256 | 377 | 34 | 40 | 0 | 131 | 0 | 121 | 144 | 67 |
| Binary | 10101110 | 11111111 | 11100 | 100000 | 0 | 1011001 | 0 | 1010001 | 1100100 | 110111 |
Color Harmonies of #AEFF1C
Complementary color
Monochromatic Colors of #AEFF1C
Black with #AEFF1C
Text Example
Text Example
White with #AEFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF1C; }
p { color: rgb(174,255,28); }
H1.HeaderClassName
{
color: #AEFF1C;
}
.AnyTagClassName
{
color: #AEFF1C;
}
</style>
background-color css
<style>
a { background-color: #AEFF1C; }
a { background-color: rgb(174,255,28); }
div.DivClassName
{
background-color: #AEFF1C;
}
.BgClassName
{
background-color: #AEFF1C;
}
</style>
border-color css
<style>
span { border-color: #AEFF1C; }
span { border-color: rgb(174,255,28); }
td.TdClassName
{
border-color: #AEFF1C;
}
.TagClassName
{
border-color: #AEFF1C;
}
</style>