Shades of Green Yellow #AEF232
Tints of Green Yellow #AEF232
RGB
CMYK
RGB Variations
Color information
#AEF232 (or 0xAEF232) is known color: Green Yellow. HEX triplet: AE, F2 and 32. RGB value is (174,242,50). Sum of RGB (Red+Green+Blue) = 174+242+50=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF232 is #510DCD. Grayscale: #C8C8C8. Windows color (decimal): -5311950 or 3338926. OLE color: 3338926.
HSL color Cylindrical-coordinate representation of color #AEF232: hue angle of 81.25º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEF232 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 50 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.05 |
| HSL | 81.25º | 0.88% | 0.57% | - |
| HSV(B) | 81.25º | 0.79% | 0.95% | - |
| XYZ | 49.78 | 72.73 | 14.43 | - |
| YUV | 199.78 | 43.47 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 50 | 0.28 | 0 | 0.79 | 0.05 | 81.25 | 0.88 | 0.57 |
| Hex | AE | F2 | 32 | 1C | 0 | 4F | 5 | 51 | 58 | 39 |
| Octal | 256 | 362 | 62 | 34 | 0 | 117 | 5 | 121 | 130 | 71 |
| Binary | 10101110 | 11110010 | 110010 | 11100 | 0 | 1001111 | 101 | 1010001 | 1011000 | 111001 |
Color Harmonies of #AEF232
Complementary color
Monochromatic Colors of #AEF232
Black with #AEF232
Text Example
Text Example
White with #AEF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF232; }
p { color: rgb(174,242,50); }
H1.HeaderClassName
{
color: #AEF232;
}
.AnyTagClassName
{
color: #AEF232;
}
</style>
background-color css
<style>
a { background-color: #AEF232; }
a { background-color: rgb(174,242,50); }
div.DivClassName
{
background-color: #AEF232;
}
.BgClassName
{
background-color: #AEF232;
}
</style>
border-color css
<style>
span { border-color: #AEF232; }
span { border-color: rgb(174,242,50); }
td.TdClassName
{
border-color: #AEF232;
}
.TagClassName
{
border-color: #AEF232;
}
</style>