Shades of Green Yellow #AEF242
Tints of Green Yellow #AEF242
RGB
CMYK
RGB Variations
Color information
#AEF242 (or 0xAEF242) is known color: Green Yellow. HEX triplet: AE, F2 and 42. RGB value is (174,242,66). Sum of RGB (Red+Green+Blue) = 174+242+66=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF242 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF242 is #510DBD. Grayscale: #CACACA. Windows color (decimal): -5311934 or 4387502. OLE color: 4387502.
HSL color Cylindrical-coordinate representation of color #AEF242: hue angle of 83.18º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEF242 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 66 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.05 |
| HSL | 83.18º | 0.87% | 0.6% | - |
| HSV(B) | 83.18º | 0.73% | 0.95% | - |
| XYZ | 50.19 | 72.9 | 16.58 | - |
| YUV | 201.6 | 51.47 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 66 | 0.28 | 0 | 0.73 | 0.05 | 83.18 | 0.87 | 0.6 |
| Hex | AE | F2 | 42 | 1C | 0 | 49 | 5 | 53 | 57 | 3C |
| Octal | 256 | 362 | 102 | 34 | 0 | 111 | 5 | 123 | 127 | 74 |
| Binary | 10101110 | 11110010 | 1000010 | 11100 | 0 | 1001001 | 101 | 1010011 | 1010111 | 111100 |
Color Harmonies of #AEF242
Complementary color
Monochromatic Colors of #AEF242
Black with #AEF242
Text Example
Text Example
White with #AEF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF242; }
p { color: rgb(174,242,66); }
H1.HeaderClassName
{
color: #AEF242;
}
.AnyTagClassName
{
color: #AEF242;
}
</style>
background-color css
<style>
a { background-color: #AEF242; }
a { background-color: rgb(174,242,66); }
div.DivClassName
{
background-color: #AEF242;
}
.BgClassName
{
background-color: #AEF242;
}
</style>
border-color css
<style>
span { border-color: #AEF242; }
span { border-color: rgb(174,242,66); }
td.TdClassName
{
border-color: #AEF242;
}
.TagClassName
{
border-color: #AEF242;
}
</style>