Shades of Green Yellow #AEF325
Tints of Green Yellow #AEF325
RGB
CMYK
RGB Variations
Color information
#AEF325 (or 0xAEF325) is known color: Green Yellow. HEX triplet: AE, F3 and 25. RGB value is (174,243,37). Sum of RGB (Red+Green+Blue) = 174+243+37=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF325 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF325 is #510CDA. Grayscale: #C7C7C7. Windows color (decimal): -5311707 or 2487214. OLE color: 2487214.
HSL color Cylindrical-coordinate representation of color #AEF325: hue angle of 80.1º 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 #AEF325 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 37 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.05 |
| HSL | 80.1º | 0.9% | 0.55% | - |
| HSV(B) | 80.1º | 0.85% | 0.95% | - |
| XYZ | 49.84 | 73.23 | 13.26 | - |
| YUV | 198.89 | 36.64 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 37 | 0.28 | 0 | 0.85 | 0.05 | 80.1 | 0.9 | 0.55 |
| Hex | AE | F3 | 25 | 1C | 0 | 55 | 5 | 50 | 5A | 37 |
| Octal | 256 | 363 | 45 | 34 | 0 | 125 | 5 | 120 | 132 | 67 |
| Binary | 10101110 | 11110011 | 100101 | 11100 | 0 | 1010101 | 101 | 1010000 | 1011010 | 110111 |
Color Harmonies of #AEF325
Complementary color
Monochromatic Colors of #AEF325
Black with #AEF325
Text Example
Text Example
White with #AEF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF325; }
p { color: rgb(174,243,37); }
H1.HeaderClassName
{
color: #AEF325;
}
.AnyTagClassName
{
color: #AEF325;
}
</style>
background-color css
<style>
a { background-color: #AEF325; }
a { background-color: rgb(174,243,37); }
div.DivClassName
{
background-color: #AEF325;
}
.BgClassName
{
background-color: #AEF325;
}
</style>
border-color css
<style>
span { border-color: #AEF325; }
span { border-color: rgb(174,243,37); }
td.TdClassName
{
border-color: #AEF325;
}
.TagClassName
{
border-color: #AEF325;
}
</style>