Shades of Green Yellow #AEFF3D
Tints of Green Yellow #AEFF3D
RGB
CMYK
RGB Variations
Color information
#AEFF3D (or 0xAEFF3D) is known color: Green Yellow. HEX triplet: AE, FF and 3D. RGB value is (174,255,61). Sum of RGB (Red+Green+Blue) = 174+255+61=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF3D is #5100C2. Grayscale: #D1D1D1. Windows color (decimal): -5308611 or 4063150. OLE color: 4063150.
HSL color Cylindrical-coordinate representation of color #AEFF3D: hue angle of 85.05º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEFF3D is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 61 | - |
| CMYK | 0.32 | 0 | 0.76 | 0 |
| HSL | 85.05º | 1% | 0.62% | - |
| HSV(B) | 85.05º | 0.76% | 1% | - |
| XYZ | 54.06 | 80.86 | 17.17 | - |
| YUV | 208.67 | 44.66 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 61 | 0.32 | 0 | 0.76 | 0 | 85.05 | 1 | 0.62 |
| Hex | AE | FF | 3D | 20 | 0 | 4C | 0 | 55 | 64 | 3E |
| Octal | 256 | 377 | 75 | 40 | 0 | 114 | 0 | 125 | 144 | 76 |
| Binary | 10101110 | 11111111 | 111101 | 100000 | 0 | 1001100 | 0 | 1010101 | 1100100 | 111110 |
Color Harmonies of #AEFF3D
Complementary color
Monochromatic Colors of #AEFF3D
Black with #AEFF3D
Text Example
Text Example
White with #AEFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF3D; }
p { color: rgb(174,255,61); }
H1.HeaderClassName
{
color: #AEFF3D;
}
.AnyTagClassName
{
color: #AEFF3D;
}
</style>
background-color css
<style>
a { background-color: #AEFF3D; }
a { background-color: rgb(174,255,61); }
div.DivClassName
{
background-color: #AEFF3D;
}
.BgClassName
{
background-color: #AEFF3D;
}
</style>
border-color css
<style>
span { border-color: #AEFF3D; }
span { border-color: rgb(174,255,61); }
td.TdClassName
{
border-color: #AEFF3D;
}
.TagClassName
{
border-color: #AEFF3D;
}
</style>