Shades of Green Yellow #AEED3C
Tints of Green Yellow #AEED3C
RGB
CMYK
RGB Variations
Color information
#AEED3C (or 0xAEED3C) is known color: Green Yellow. HEX triplet: AE, ED and 3C. RGB value is (174,237,60). Sum of RGB (Red+Green+Blue) = 174+237+60=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEED3C is #5112C3. Grayscale: #C6C6C6. Windows color (decimal): -5313220 or 3993006. OLE color: 3993006.
HSL color Cylindrical-coordinate representation of color #AEED3C: hue angle of 81.36º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEED3C is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 60 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.07 |
| HSL | 81.36º | 0.83% | 0.58% | - |
| HSV(B) | 81.36º | 0.75% | 0.93% | - |
| XYZ | 48.56 | 69.89 | 15.21 | - |
| YUV | 197.99 | 50.13 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 60 | 0.27 | 0 | 0.75 | 0.07 | 81.36 | 0.83 | 0.58 |
| Hex | AE | ED | 3C | 1B | 0 | 4B | 7 | 51 | 53 | 3A |
| Octal | 256 | 355 | 74 | 33 | 0 | 113 | 7 | 121 | 123 | 72 |
| Binary | 10101110 | 11101101 | 111100 | 11011 | 0 | 1001011 | 111 | 1010001 | 1010011 | 111010 |
Color Harmonies of #AEED3C
Complementary color
Monochromatic Colors of #AEED3C
Black with #AEED3C
Text Example
Text Example
White with #AEED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEED3C; }
p { color: rgb(174,237,60); }
H1.HeaderClassName
{
color: #AEED3C;
}
.AnyTagClassName
{
color: #AEED3C;
}
</style>
background-color css
<style>
a { background-color: #AEED3C; }
a { background-color: rgb(174,237,60); }
div.DivClassName
{
background-color: #AEED3C;
}
.BgClassName
{
background-color: #AEED3C;
}
</style>
border-color css
<style>
span { border-color: #AEED3C; }
span { border-color: rgb(174,237,60); }
td.TdClassName
{
border-color: #AEED3C;
}
.TagClassName
{
border-color: #AEED3C;
}
</style>