Shades of Green Yellow #AEEF2C
Tints of Green Yellow #AEEF2C
RGB
CMYK
RGB Variations
Color information
#AEEF2C (or 0xAEEF2C) is known color: Green Yellow. HEX triplet: AE, EF and 2C. RGB value is (174,239,44). Sum of RGB (Red+Green+Blue) = 174+239+44=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEF2C is #5110D3. Grayscale: #C6C6C6. Windows color (decimal): -5312724 or 2944942. OLE color: 2944942.
HSL color Cylindrical-coordinate representation of color #AEEF2C: hue angle of 80º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEEF2C is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 44 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.06 |
| HSL | 80º | 0.86% | 0.55% | - |
| HSV(B) | 80º | 0.82% | 0.94% | - |
| XYZ | 48.78 | 70.91 | 13.5 | - |
| YUV | 197.34 | 41.47 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 44 | 0.27 | 0 | 0.82 | 0.06 | 80 | 0.86 | 0.55 |
| Hex | AE | EF | 2C | 1B | 0 | 52 | 6 | 50 | 56 | 37 |
| Octal | 256 | 357 | 54 | 33 | 0 | 122 | 6 | 120 | 126 | 67 |
| Binary | 10101110 | 11101111 | 101100 | 11011 | 0 | 1010010 | 110 | 1010000 | 1010110 | 110111 |
Color Harmonies of #AEEF2C
Complementary color
Monochromatic Colors of #AEEF2C
Black with #AEEF2C
Text Example
Text Example
White with #AEEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEF2C; }
p { color: rgb(174,239,44); }
H1.HeaderClassName
{
color: #AEEF2C;
}
.AnyTagClassName
{
color: #AEEF2C;
}
</style>
background-color css
<style>
a { background-color: #AEEF2C; }
a { background-color: rgb(174,239,44); }
div.DivClassName
{
background-color: #AEEF2C;
}
.BgClassName
{
background-color: #AEEF2C;
}
</style>
border-color css
<style>
span { border-color: #AEEF2C; }
span { border-color: rgb(174,239,44); }
td.TdClassName
{
border-color: #AEEF2C;
}
.TagClassName
{
border-color: #AEEF2C;
}
</style>