Shades of Spring Bud #AAF209
Tints of Spring Bud #AAF209
RGB
CMYK
RGB Variations
Color information
#AAF209 (or 0xAAF209) is known color: Spring Bud. HEX triplet: AA, F2 and 09. RGB value is (170,242,9). Sum of RGB (Red+Green+Blue) = 170+242+9=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF209 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF209 is #550DF6. Grayscale: #C2C2C2. Windows color (decimal): -5574135 or 651946. OLE color: 651946.
HSL color Cylindrical-coordinate representation of color #AAF209: hue angle of 78.54º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAF209 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 9 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.05 |
| HSL | 78.54º | 0.93% | 0.49% | - |
| HSV(B) | 78.54º | 0.96% | 0.95% | - |
| XYZ | 48.38 | 72.07 | 11.62 | - |
| YUV | 193.91 | 23.65 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 9 | 0.30 | 0 | 0.96 | 0.05 | 78.54 | 0.93 | 0.49 |
| Hex | AA | F2 | 9 | 1E | 0 | 60 | 5 | 4F | 5D | 31 |
| Octal | 252 | 362 | 11 | 36 | 0 | 140 | 5 | 117 | 135 | 61 |
| Binary | 10101010 | 11110010 | 1001 | 11110 | 0 | 1100000 | 101 | 1001111 | 1011101 | 110001 |
Color Harmonies of #AAF209
Complementary color
Monochromatic Colors of #AAF209
Black with #AAF209
Text Example
Text Example
White with #AAF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF209; }
p { color: rgb(170,242,9); }
H1.HeaderClassName
{
color: #AAF209;
}
.AnyTagClassName
{
color: #AAF209;
}
</style>
background-color css
<style>
a { background-color: #AAF209; }
a { background-color: rgb(170,242,9); }
div.DivClassName
{
background-color: #AAF209;
}
.BgClassName
{
background-color: #AAF209;
}
</style>
border-color css
<style>
span { border-color: #AAF209; }
span { border-color: rgb(170,242,9); }
td.TdClassName
{
border-color: #AAF209;
}
.TagClassName
{
border-color: #AAF209;
}
</style>