Shades of Spring Bud #AAEC00
Tints of Spring Bud #AAEC00
RGB
CMYK
RGB Variations
Color information
#AAEC00 (or 0xAAEC00) is known color: Spring Bud. HEX triplet: AA, EC and 00. RGB value is (170,236,0). Sum of RGB (Red+Green+Blue) = 170+236+0=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 236 (92.58% from 255 or 58.13% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC00 is #5513FF. Grayscale: #BEBEBE. Windows color (decimal): -5575680 or 60586. OLE color: 60586.
HSL color Cylindrical-coordinate representation of color #AAEC00: hue angle of 76.78º 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 #AAEC00 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.07 |
| HSL | 76.78º | 1% | 0.46% | - |
| HSV(B) | 76.78º | 1% | 0.93% | - |
| XYZ | 46.57 | 68.54 | 10.77 | - |
| YUV | 189.36 | 21.13 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 0 | 0.28 | 0 | 1 | 0.07 | 76.78 | 1 | 0.46 |
| Hex | AA | EC | 0 | 1C | 0 | 64 | 7 | 4D | 64 | 2E |
| Octal | 252 | 354 | 0 | 34 | 0 | 144 | 7 | 115 | 144 | 56 |
| Binary | 10101010 | 11101100 | 0 | 11100 | 0 | 1100100 | 111 | 1001101 | 1100100 | 101110 |
Color Harmonies of #AAEC00
Complementary color
Monochromatic Colors of #AAEC00
Black with #AAEC00
Text Example
Text Example
White with #AAEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC00; }
p { color: rgb(170,236,0); }
H1.HeaderClassName
{
color: #AAEC00;
}
.AnyTagClassName
{
color: #AAEC00;
}
</style>
background-color css
<style>
a { background-color: #AAEC00; }
a { background-color: rgb(170,236,0); }
div.DivClassName
{
background-color: #AAEC00;
}
.BgClassName
{
background-color: #AAEC00;
}
</style>
border-color css
<style>
span { border-color: #AAEC00; }
span { border-color: rgb(170,236,0); }
td.TdClassName
{
border-color: #AAEC00;
}
.TagClassName
{
border-color: #AAEC00;
}
</style>