Shades of Spring Bud #AAFE09
Tints of Spring Bud #AAFE09
RGB
CMYK
RGB Variations
Color information
#AAFE09 (or 0xAAFE09) is known color: Spring Bud. HEX triplet: AA, FE and 09. RGB value is (170,254,9). Sum of RGB (Red+Green+Blue) = 170+254+9=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 254 (99.61% from 255 or 58.66% from 433); Blue value is 9 (3.91% from 255 or 2.08% from 433); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE09 is #5501F6. Grayscale: #C9C9C9. Windows color (decimal): -5571063 or 655018. OLE color: 655018.
HSL color Cylindrical-coordinate representation of color #AAFE09: hue angle of 80.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAFE09 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 9 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.00 |
| HSL | 80.57º | 0.99% | 0.52% | - |
| HSV(B) | 80.57º | 0.96% | 1% | - |
| XYZ | 52.07 | 79.45 | 12.85 | - |
| YUV | 200.95 | 19.67 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 9 | 0.33 | 0 | 0.96 | 0.00 | 80.57 | 0.99 | 0.52 |
| Hex | AA | FE | 9 | 21 | 0 | 60 | 0 | 51 | 63 | 34 |
| Octal | 252 | 376 | 11 | 41 | 0 | 140 | 0 | 121 | 143 | 64 |
| Binary | 10101010 | 11111110 | 1001 | 100001 | 0 | 1100000 | 0 | 1010001 | 1100011 | 110100 |
Color Harmonies of #AAFE09
Complementary color
Monochromatic Colors of #AAFE09
Black with #AAFE09
Text Example
Text Example
White with #AAFE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE09; }
p { color: rgb(170,254,9); }
H1.HeaderClassName
{
color: #AAFE09;
}
.AnyTagClassName
{
color: #AAFE09;
}
</style>
background-color css
<style>
a { background-color: #AAFE09; }
a { background-color: rgb(170,254,9); }
div.DivClassName
{
background-color: #AAFE09;
}
.BgClassName
{
background-color: #AAFE09;
}
</style>
border-color css
<style>
span { border-color: #AAFE09; }
span { border-color: rgb(170,254,9); }
td.TdClassName
{
border-color: #AAFE09;
}
.TagClassName
{
border-color: #AAFE09;
}
</style>