Shades of Green Yellow #AEFE2F
Tints of Green Yellow #AEFE2F
RGB
CMYK
RGB Variations
Color information
#AEFE2F (or 0xAEFE2F) is known color: Green Yellow. HEX triplet: AE, FE and 2F. RGB value is (174,254,47). Sum of RGB (Red+Green+Blue) = 174+254+47=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFE2F is #5101D0. Grayscale: #CFCFCF. Windows color (decimal): -5308881 or 3145390. OLE color: 3145390.
HSL color Cylindrical-coordinate representation of color #AEFE2F: hue angle of 83.19º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEFE2F is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 47 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.00 |
| HSL | 83.19º | 0.99% | 0.59% | - |
| HSV(B) | 83.19º | 0.81% | 1% | - |
| XYZ | 53.41 | 80.09 | 15.33 | - |
| YUV | 206.48 | 38 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 47 | 0.31 | 0 | 0.81 | 0.00 | 83.19 | 0.99 | 0.59 |
| Hex | AE | FE | 2F | 1F | 0 | 51 | 0 | 53 | 63 | 3B |
| Octal | 256 | 376 | 57 | 37 | 0 | 121 | 0 | 123 | 143 | 73 |
| Binary | 10101110 | 11111110 | 101111 | 11111 | 0 | 1010001 | 0 | 1010011 | 1100011 | 111011 |
Color Harmonies of #AEFE2F
Complementary color
Monochromatic Colors of #AEFE2F
Black with #AEFE2F
Text Example
Text Example
White with #AEFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE2F; }
p { color: rgb(174,254,47); }
H1.HeaderClassName
{
color: #AEFE2F;
}
.AnyTagClassName
{
color: #AEFE2F;
}
</style>
background-color css
<style>
a { background-color: #AEFE2F; }
a { background-color: rgb(174,254,47); }
div.DivClassName
{
background-color: #AEFE2F;
}
.BgClassName
{
background-color: #AEFE2F;
}
</style>
border-color css
<style>
span { border-color: #AEFE2F; }
span { border-color: rgb(174,254,47); }
td.TdClassName
{
border-color: #AEFE2F;
}
.TagClassName
{
border-color: #AEFE2F;
}
</style>