Shades of Spring Bud #AAF609
Tints of Spring Bud #AAF609
RGB
CMYK
RGB Variations
Color information
#AAF609 (or 0xAAF609) is known color: Spring Bud. HEX triplet: AA, F6 and 09. RGB value is (170,246,9). Sum of RGB (Red+Green+Blue) = 170+246+9=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 246 (96.48% from 255 or 57.88% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF609 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF609 is #5509F6. Grayscale: #C5C5C5. Windows color (decimal): -5573111 or 652970. OLE color: 652970.
HSL color Cylindrical-coordinate representation of color #AAF609: hue angle of 79.24º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAF609 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 9 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.04 |
| HSL | 79.24º | 0.93% | 0.5% | - |
| HSV(B) | 79.24º | 0.96% | 0.96% | - |
| XYZ | 49.58 | 74.48 | 12.02 | - |
| YUV | 196.26 | 22.32 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 9 | 0.31 | 0 | 0.96 | 0.04 | 79.24 | 0.93 | 0.5 |
| Hex | AA | F6 | 9 | 1F | 0 | 60 | 4 | 4F | 5D | 32 |
| Octal | 252 | 366 | 11 | 37 | 0 | 140 | 4 | 117 | 135 | 62 |
| Binary | 10101010 | 11110110 | 1001 | 11111 | 0 | 1100000 | 100 | 1001111 | 1011101 | 110010 |
Color Harmonies of #AAF609
Complementary color
Monochromatic Colors of #AAF609
Black with #AAF609
Text Example
Text Example
White with #AAF609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF609; }
p { color: rgb(170,246,9); }
H1.HeaderClassName
{
color: #AAF609;
}
.AnyTagClassName
{
color: #AAF609;
}
</style>
background-color css
<style>
a { background-color: #AAF609; }
a { background-color: rgb(170,246,9); }
div.DivClassName
{
background-color: #AAF609;
}
.BgClassName
{
background-color: #AAF609;
}
</style>
border-color css
<style>
span { border-color: #AAF609; }
span { border-color: rgb(170,246,9); }
td.TdClassName
{
border-color: #AAF609;
}
.TagClassName
{
border-color: #AAF609;
}
</style>