Shades of Spring Bud #AAEF09
Tints of Spring Bud #AAEF09
RGB
CMYK
RGB Variations
Color information
#AAEF09 (or 0xAAEF09) is known color: Spring Bud. HEX triplet: AA, EF and 09. RGB value is (170,239,9). Sum of RGB (Red+Green+Blue) = 170+239+9=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 239 (93.75% from 255 or 57.18% from 418); Blue value is 9 (3.91% from 255 or 2.15% from 418); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEF09 is #5510F6. Grayscale: #C1C1C1. Windows color (decimal): -5574903 or 651178. OLE color: 651178.
HSL color Cylindrical-coordinate representation of color #AAEF09: hue angle of 78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAEF09 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 9 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.06 |
| HSL | 78º | 0.93% | 0.49% | - |
| HSV(B) | 78º | 0.96% | 0.94% | - |
| XYZ | 47.49 | 70.3 | 11.32 | - |
| YUV | 192.15 | 24.64 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 9 | 0.29 | 0 | 0.96 | 0.06 | 78 | 0.93 | 0.49 |
| Hex | AA | EF | 9 | 1D | 0 | 60 | 6 | 4E | 5D | 31 |
| Octal | 252 | 357 | 11 | 35 | 0 | 140 | 6 | 116 | 135 | 61 |
| Binary | 10101010 | 11101111 | 1001 | 11101 | 0 | 1100000 | 110 | 1001110 | 1011101 | 110001 |
Color Harmonies of #AAEF09
Complementary color
Monochromatic Colors of #AAEF09
Black with #AAEF09
Text Example
Text Example
White with #AAEF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF09; }
p { color: rgb(170,239,9); }
H1.HeaderClassName
{
color: #AAEF09;
}
.AnyTagClassName
{
color: #AAEF09;
}
</style>
background-color css
<style>
a { background-color: #AAEF09; }
a { background-color: rgb(170,239,9); }
div.DivClassName
{
background-color: #AAEF09;
}
.BgClassName
{
background-color: #AAEF09;
}
</style>
border-color css
<style>
span { border-color: #AAEF09; }
span { border-color: rgb(170,239,9); }
td.TdClassName
{
border-color: #AAEF09;
}
.TagClassName
{
border-color: #AAEF09;
}
</style>