Shades of Spring Bud #AEEC00
Tints of Spring Bud #AEEC00
RGB
CMYK
RGB Variations
Color information
#AEEC00 (or 0xAEEC00) is known color: Spring Bud. HEX triplet: AE, EC and 00. RGB value is (174,236,0). Sum of RGB (Red+Green+Blue) = 174+236+0=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 236 (92.58% from 255 or 57.56% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEC00 is #5113FF. Grayscale: #BFBFBF. Windows color (decimal): -5313536 or 60590. OLE color: 60590.
HSL color Cylindrical-coordinate representation of color #AEEC00: hue angle of 75.76º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEEC00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.07 |
| HSL | 75.76º | 1% | 0.46% | - |
| HSV(B) | 75.76º | 1% | 0.93% | - |
| XYZ | 47.45 | 68.99 | 10.82 | - |
| YUV | 190.56 | 20.46 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 0 | 0.26 | 0 | 1 | 0.07 | 75.76 | 1 | 0.46 |
| Hex | AE | EC | 0 | 1A | 0 | 64 | 7 | 4C | 64 | 2E |
| Octal | 256 | 354 | 0 | 32 | 0 | 144 | 7 | 114 | 144 | 56 |
| Binary | 10101110 | 11101100 | 0 | 11010 | 0 | 1100100 | 111 | 1001100 | 1100100 | 101110 |
Color Harmonies of #AEEC00
Complementary color
Monochromatic Colors of #AEEC00
Black with #AEEC00
Text Example
Text Example
White with #AEEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC00; }
p { color: rgb(174,236,0); }
H1.HeaderClassName
{
color: #AEEC00;
}
.AnyTagClassName
{
color: #AEEC00;
}
</style>
background-color css
<style>
a { background-color: #AEEC00; }
a { background-color: rgb(174,236,0); }
div.DivClassName
{
background-color: #AEEC00;
}
.BgClassName
{
background-color: #AEEC00;
}
</style>
border-color css
<style>
span { border-color: #AEEC00; }
span { border-color: rgb(174,236,0); }
td.TdClassName
{
border-color: #AEEC00;
}
.TagClassName
{
border-color: #AEEC00;
}
</style>