Shades of Green Yellow #AEFF2D
Tints of Green Yellow #AEFF2D
RGB
CMYK
RGB Variations
Color information
#AEFF2D (or 0xAEFF2D) is known color: Green Yellow. HEX triplet: AE, FF and 2D. RGB value is (174,255,45). Sum of RGB (Red+Green+Blue) = 174+255+45=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF2D is #5100D2. Grayscale: #CFCFCF. Windows color (decimal): -5308627 or 3014574. OLE color: 3014574.
HSL color Cylindrical-coordinate representation of color #AEFF2D: hue angle of 83.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEFF2D is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 45 | - |
| CMYK | 0.32 | 0 | 0.82 | 0 |
| HSL | 83.14º | 1% | 0.59% | - |
| HSV(B) | 83.14º | 0.82% | 1% | - |
| XYZ | 53.69 | 80.71 | 15.23 | - |
| YUV | 206.84 | 36.66 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 45 | 0.32 | 0 | 0.82 | 0 | 83.14 | 1 | 0.59 |
| Hex | AE | FF | 2D | 20 | 0 | 52 | 0 | 53 | 64 | 3B |
| Octal | 256 | 377 | 55 | 40 | 0 | 122 | 0 | 123 | 144 | 73 |
| Binary | 10101110 | 11111111 | 101101 | 100000 | 0 | 1010010 | 0 | 1010011 | 1100100 | 111011 |
Color Harmonies of #AEFF2D
Complementary color
Monochromatic Colors of #AEFF2D
Black with #AEFF2D
Text Example
Text Example
White with #AEFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF2D; }
p { color: rgb(174,255,45); }
H1.HeaderClassName
{
color: #AEFF2D;
}
.AnyTagClassName
{
color: #AEFF2D;
}
</style>
background-color css
<style>
a { background-color: #AEFF2D; }
a { background-color: rgb(174,255,45); }
div.DivClassName
{
background-color: #AEFF2D;
}
.BgClassName
{
background-color: #AEFF2D;
}
</style>
border-color css
<style>
span { border-color: #AEFF2D; }
span { border-color: rgb(174,255,45); }
td.TdClassName
{
border-color: #AEFF2D;
}
.TagClassName
{
border-color: #AEFF2D;
}
</style>