Shades of Green Yellow #AEED32
Tints of Green Yellow #AEED32
RGB
CMYK
RGB Variations
Color information
#AEED32 (or 0xAEED32) is known color: Green Yellow. HEX triplet: AE, ED and 32. RGB value is (174,237,50). Sum of RGB (Red+Green+Blue) = 174+237+50=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEED32 is #5112CD. Grayscale: #C5C5C5. Windows color (decimal): -5313230 or 3337646. OLE color: 3337646.
HSL color Cylindrical-coordinate representation of color #AEED32: hue angle of 80.21º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEED32 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 50 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.07 |
| HSL | 80.21º | 0.84% | 0.56% | - |
| HSV(B) | 80.21º | 0.79% | 0.93% | - |
| XYZ | 48.32 | 69.8 | 13.94 | - |
| YUV | 196.85 | 45.13 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 50 | 0.27 | 0 | 0.79 | 0.07 | 80.21 | 0.84 | 0.56 |
| Hex | AE | ED | 32 | 1B | 0 | 4F | 7 | 50 | 54 | 38 |
| Octal | 256 | 355 | 62 | 33 | 0 | 117 | 7 | 120 | 124 | 70 |
| Binary | 10101110 | 11101101 | 110010 | 11011 | 0 | 1001111 | 111 | 1010000 | 1010100 | 111000 |
Color Harmonies of #AEED32
Complementary color
Monochromatic Colors of #AEED32
Black with #AEED32
Text Example
Text Example
White with #AEED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEED32; }
p { color: rgb(174,237,50); }
H1.HeaderClassName
{
color: #AEED32;
}
.AnyTagClassName
{
color: #AEED32;
}
</style>
background-color css
<style>
a { background-color: #AEED32; }
a { background-color: rgb(174,237,50); }
div.DivClassName
{
background-color: #AEED32;
}
.BgClassName
{
background-color: #AEED32;
}
</style>
border-color css
<style>
span { border-color: #AEED32; }
span { border-color: rgb(174,237,50); }
td.TdClassName
{
border-color: #AEED32;
}
.TagClassName
{
border-color: #AEED32;
}
</style>