Shades of Green Yellow #AEEF2D
Tints of Green Yellow #AEEF2D
RGB
CMYK
RGB Variations
Color information
#AEEF2D (or 0xAEEF2D) is known color: Green Yellow. HEX triplet: AE, EF and 2D. RGB value is (174,239,45). Sum of RGB (Red+Green+Blue) = 174+239+45=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEF2D is #5110D2. Grayscale: #C6C6C6. Windows color (decimal): -5312723 or 3010478. OLE color: 3010478.
HSL color Cylindrical-coordinate representation of color #AEEF2D: hue angle of 80.1º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEEF2D is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 45 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.06 |
| HSL | 80.1º | 0.86% | 0.56% | - |
| HSV(B) | 80.1º | 0.81% | 0.94% | - |
| XYZ | 48.8 | 70.92 | 13.6 | - |
| YUV | 197.45 | 41.97 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 45 | 0.27 | 0 | 0.81 | 0.06 | 80.1 | 0.86 | 0.56 |
| Hex | AE | EF | 2D | 1B | 0 | 51 | 6 | 50 | 56 | 38 |
| Octal | 256 | 357 | 55 | 33 | 0 | 121 | 6 | 120 | 126 | 70 |
| Binary | 10101110 | 11101111 | 101101 | 11011 | 0 | 1010001 | 110 | 1010000 | 1010110 | 111000 |
Color Harmonies of #AEEF2D
Complementary color
Monochromatic Colors of #AEEF2D
Black with #AEEF2D
Text Example
Text Example
White with #AEEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEF2D; }
p { color: rgb(174,239,45); }
H1.HeaderClassName
{
color: #AEEF2D;
}
.AnyTagClassName
{
color: #AEEF2D;
}
</style>
background-color css
<style>
a { background-color: #AEEF2D; }
a { background-color: rgb(174,239,45); }
div.DivClassName
{
background-color: #AEEF2D;
}
.BgClassName
{
background-color: #AEEF2D;
}
</style>
border-color css
<style>
span { border-color: #AEEF2D; }
span { border-color: rgb(174,239,45); }
td.TdClassName
{
border-color: #AEEF2D;
}
.TagClassName
{
border-color: #AEEF2D;
}
</style>