Shades of Spring Bud #AAEB00
Tints of Spring Bud #AAEB00
RGB
CMYK
RGB Variations
Color information
#AAEB00 (or 0xAAEB00) is known color: Spring Bud. HEX triplet: AA, EB and 00. RGB value is (170,235,0). Sum of RGB (Red+Green+Blue) = 170+235+0=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 235 (92.19% from 255 or 58.02% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEB00 is #5514FF. Grayscale: #BDBDBD. Windows color (decimal): -5575936 or 60330. OLE color: 60330.
HSL color Cylindrical-coordinate representation of color #AAEB00: hue angle of 76.6º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAEB00 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.08 |
| HSL | 76.6º | 1% | 0.46% | - |
| HSV(B) | 76.6º | 1% | 0.92% | - |
| XYZ | 46.29 | 67.96 | 10.68 | - |
| YUV | 188.78 | 21.47 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 0 | 0.28 | 0 | 1 | 0.08 | 76.6 | 1 | 0.46 |
| Hex | AA | EB | 0 | 1C | 0 | 64 | 8 | 4D | 64 | 2E |
| Octal | 252 | 353 | 0 | 34 | 0 | 144 | 10 | 115 | 144 | 56 |
| Binary | 10101010 | 11101011 | 0 | 11100 | 0 | 1100100 | 1000 | 1001101 | 1100100 | 101110 |
Color Harmonies of #AAEB00
Complementary color
Monochromatic Colors of #AAEB00
Black with #AAEB00
Text Example
Text Example
White with #AAEB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB00; }
p { color: rgb(170,235,0); }
H1.HeaderClassName
{
color: #AAEB00;
}
.AnyTagClassName
{
color: #AAEB00;
}
</style>
background-color css
<style>
a { background-color: #AAEB00; }
a { background-color: rgb(170,235,0); }
div.DivClassName
{
background-color: #AAEB00;
}
.BgClassName
{
background-color: #AAEB00;
}
</style>
border-color css
<style>
span { border-color: #AAEB00; }
span { border-color: rgb(170,235,0); }
td.TdClassName
{
border-color: #AAEB00;
}
.TagClassName
{
border-color: #AAEB00;
}
</style>