Shades of Green Yellow #AEF324
Tints of Green Yellow #AEF324
RGB
CMYK
RGB Variations
Color information
#AEF324 (or 0xAEF324) is known color: Green Yellow. HEX triplet: AE, F3 and 24. RGB value is (174,243,36). Sum of RGB (Red+Green+Blue) = 174+243+36=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF324 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF324 is #510CDB. Grayscale: #C7C7C7. Windows color (decimal): -5311708 or 2421678. OLE color: 2421678.
HSL color Cylindrical-coordinate representation of color #AEF324: hue angle of 80º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEF324 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 36 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.05 |
| HSL | 80º | 0.9% | 0.55% | - |
| HSV(B) | 80º | 0.85% | 0.95% | - |
| XYZ | 49.82 | 73.23 | 13.18 | - |
| YUV | 198.77 | 36.14 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 36 | 0.28 | 0 | 0.85 | 0.05 | 80 | 0.9 | 0.55 |
| Hex | AE | F3 | 24 | 1C | 0 | 55 | 5 | 50 | 5A | 37 |
| Octal | 256 | 363 | 44 | 34 | 0 | 125 | 5 | 120 | 132 | 67 |
| Binary | 10101110 | 11110011 | 100100 | 11100 | 0 | 1010101 | 101 | 1010000 | 1011010 | 110111 |
Color Harmonies of #AEF324
Complementary color
Monochromatic Colors of #AEF324
Black with #AEF324
Text Example
Text Example
White with #AEF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF324; }
p { color: rgb(174,243,36); }
H1.HeaderClassName
{
color: #AEF324;
}
.AnyTagClassName
{
color: #AEF324;
}
</style>
background-color css
<style>
a { background-color: #AEF324; }
a { background-color: rgb(174,243,36); }
div.DivClassName
{
background-color: #AEF324;
}
.BgClassName
{
background-color: #AEF324;
}
</style>
border-color css
<style>
span { border-color: #AEF324; }
span { border-color: rgb(174,243,36); }
td.TdClassName
{
border-color: #AEF324;
}
.TagClassName
{
border-color: #AEF324;
}
</style>