Shades of Spring Bud #AAFF09
Tints of Spring Bud #AAFF09
RGB
CMYK
RGB Variations
Color information
#AAFF09 (or 0xAAFF09) is known color: Spring Bud. HEX triplet: AA, FF and 09. RGB value is (170,255,9). Sum of RGB (Red+Green+Blue) = 170+255+9=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 9 (3.91% from 255 or 2.07% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF09 is #5500F6. Grayscale: #CACACA. Windows color (decimal): -5570807 or 655274. OLE color: 655274.
HSL color Cylindrical-coordinate representation of color #AAFF09: hue angle of 80.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAFF09 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 9 | - |
| CMYK | 0.33 | 0 | 0.96 | 0 |
| HSL | 80.73º | 1% | 0.52% | - |
| HSV(B) | 80.73º | 0.96% | 1% | - |
| XYZ | 52.39 | 80.09 | 12.96 | - |
| YUV | 201.54 | 19.34 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 9 | 0.33 | 0 | 0.96 | 0 | 80.73 | 1 | 0.52 |
| Hex | AA | FF | 9 | 21 | 0 | 60 | 0 | 51 | 64 | 34 |
| Octal | 252 | 377 | 11 | 41 | 0 | 140 | 0 | 121 | 144 | 64 |
| Binary | 10101010 | 11111111 | 1001 | 100001 | 0 | 1100000 | 0 | 1010001 | 1100100 | 110100 |
Color Harmonies of #AAFF09
Complementary color
Monochromatic Colors of #AAFF09
Black with #AAFF09
Text Example
Text Example
White with #AAFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF09; }
p { color: rgb(170,255,9); }
H1.HeaderClassName
{
color: #AAFF09;
}
.AnyTagClassName
{
color: #AAFF09;
}
</style>
background-color css
<style>
a { background-color: #AAFF09; }
a { background-color: rgb(170,255,9); }
div.DivClassName
{
background-color: #AAFF09;
}
.BgClassName
{
background-color: #AAFF09;
}
</style>
border-color css
<style>
span { border-color: #AAFF09; }
span { border-color: rgb(170,255,9); }
td.TdClassName
{
border-color: #AAFF09;
}
.TagClassName
{
border-color: #AAFF09;
}
</style>