Shades of Green Yellow #AEF526
Tints of Green Yellow #AEF526
RGB
CMYK
RGB Variations
Color information
#AEF526 (or 0xAEF526) is known color: Green Yellow. HEX triplet: AE, F5 and 26. RGB value is (174,245,38). Sum of RGB (Red+Green+Blue) = 174+245+38=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 245 (96.09% from 255 or 53.61% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF526 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF526 is #510AD9. Grayscale: #C8C8C8. Windows color (decimal): -5311194 or 2553262. OLE color: 2553262.
HSL color Cylindrical-coordinate representation of color #AEF526: hue angle of 80.58º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEF526 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 245 | 38 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.04 |
| HSL | 80.58º | 0.91% | 0.55% | - |
| HSV(B) | 80.58º | 0.84% | 0.96% | - |
| XYZ | 50.46 | 74.44 | 13.54 | - |
| YUV | 200.17 | 36.48 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 245 | 38 | 0.29 | 0 | 0.84 | 0.04 | 80.58 | 0.91 | 0.55 |
| Hex | AE | F5 | 26 | 1D | 0 | 54 | 4 | 51 | 5B | 37 |
| Octal | 256 | 365 | 46 | 35 | 0 | 124 | 4 | 121 | 133 | 67 |
| Binary | 10101110 | 11110101 | 100110 | 11101 | 0 | 1010100 | 100 | 1010001 | 1011011 | 110111 |
Color Harmonies of #AEF526
Complementary color
Monochromatic Colors of #AEF526
Black with #AEF526
Text Example
Text Example
White with #AEF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF526; }
p { color: rgb(174,245,38); }
H1.HeaderClassName
{
color: #AEF526;
}
.AnyTagClassName
{
color: #AEF526;
}
</style>
background-color css
<style>
a { background-color: #AEF526; }
a { background-color: rgb(174,245,38); }
div.DivClassName
{
background-color: #AEF526;
}
.BgClassName
{
background-color: #AEF526;
}
</style>
border-color css
<style>
span { border-color: #AEF526; }
span { border-color: rgb(174,245,38); }
td.TdClassName
{
border-color: #AEF526;
}
.TagClassName
{
border-color: #AEF526;
}
</style>