Shades of Spring Bud #AAEC04
Tints of Spring Bud #AAEC04
RGB
CMYK
RGB Variations
Color information
#AAEC04 (or 0xAAEC04) is known color: Spring Bud. HEX triplet: AA, EC and 04. RGB value is (170,236,4). Sum of RGB (Red+Green+Blue) = 170+236+4=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 236 (92.58% from 255 or 57.56% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC04 is #5513FB. Grayscale: #BEBEBE. Windows color (decimal): -5575676 or 322730. OLE color: 322730.
HSL color Cylindrical-coordinate representation of color #AAEC04: hue angle of 77.07º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAEC04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.07 |
| HSL | 77.07º | 0.97% | 0.47% | - |
| HSV(B) | 77.07º | 0.98% | 0.93% | - |
| XYZ | 46.59 | 68.55 | 10.89 | - |
| YUV | 189.82 | 23.13 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 4 | 0.28 | 0 | 0.98 | 0.07 | 77.07 | 0.97 | 0.47 |
| Hex | AA | EC | 4 | 1C | 0 | 62 | 7 | 4D | 61 | 2F |
| Octal | 252 | 354 | 4 | 34 | 0 | 142 | 7 | 115 | 141 | 57 |
| Binary | 10101010 | 11101100 | 100 | 11100 | 0 | 1100010 | 111 | 1001101 | 1100001 | 101111 |
Color Harmonies of #AAEC04
Complementary color
Monochromatic Colors of #AAEC04
Black with #AAEC04
Text Example
Text Example
White with #AAEC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC04; }
p { color: rgb(170,236,4); }
H1.HeaderClassName
{
color: #AAEC04;
}
.AnyTagClassName
{
color: #AAEC04;
}
</style>
background-color css
<style>
a { background-color: #AAEC04; }
a { background-color: rgb(170,236,4); }
div.DivClassName
{
background-color: #AAEC04;
}
.BgClassName
{
background-color: #AAEC04;
}
</style>
border-color css
<style>
span { border-color: #AAEC04; }
span { border-color: rgb(170,236,4); }
td.TdClassName
{
border-color: #AAEC04;
}
.TagClassName
{
border-color: #AAEC04;
}
</style>