Shades of Spring Bud #AAEE04
Tints of Spring Bud #AAEE04
RGB
CMYK
RGB Variations
Color information
#AAEE04 (or 0xAAEE04) is known color: Spring Bud. HEX triplet: AA, EE and 04. RGB value is (170,238,4). Sum of RGB (Red+Green+Blue) = 170+238+4=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 238 (93.36% from 255 or 57.77% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEE04 is #5511FB. Grayscale: #BFBFBF. Windows color (decimal): -5575164 or 323242. OLE color: 323242.
HSL color Cylindrical-coordinate representation of color #AAEE04: hue angle of 77.44º 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 #AAEE04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.07 |
| HSL | 77.44º | 0.97% | 0.47% | - |
| HSV(B) | 77.44º | 0.98% | 0.93% | - |
| XYZ | 47.17 | 69.7 | 11.08 | - |
| YUV | 190.99 | 22.47 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 4 | 0.29 | 0 | 0.98 | 0.07 | 77.44 | 0.97 | 0.47 |
| Hex | AA | EE | 4 | 1D | 0 | 62 | 7 | 4D | 61 | 2F |
| Octal | 252 | 356 | 4 | 35 | 0 | 142 | 7 | 115 | 141 | 57 |
| Binary | 10101010 | 11101110 | 100 | 11101 | 0 | 1100010 | 111 | 1001101 | 1100001 | 101111 |
Color Harmonies of #AAEE04
Complementary color
Monochromatic Colors of #AAEE04
Black with #AAEE04
Text Example
Text Example
White with #AAEE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE04; }
p { color: rgb(170,238,4); }
H1.HeaderClassName
{
color: #AAEE04;
}
.AnyTagClassName
{
color: #AAEE04;
}
</style>
background-color css
<style>
a { background-color: #AAEE04; }
a { background-color: rgb(170,238,4); }
div.DivClassName
{
background-color: #AAEE04;
}
.BgClassName
{
background-color: #AAEE04;
}
</style>
border-color css
<style>
span { border-color: #AAEE04; }
span { border-color: rgb(170,238,4); }
td.TdClassName
{
border-color: #AAEE04;
}
.TagClassName
{
border-color: #AAEE04;
}
</style>