Shades of Spring Bud #AAF706
Tints of Spring Bud #AAF706
RGB
CMYK
RGB Variations
Color information
#AAF706 (or 0xAAF706) is known color: Spring Bud. HEX triplet: AA, F7 and 06. RGB value is (170,247,6). Sum of RGB (Red+Green+Blue) = 170+247+6=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 247 (96.88% from 255 or 58.39% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF706 is #5508F9. Grayscale: #C5C5C5. Windows color (decimal): -5572858 or 456618. OLE color: 456618.
HSL color Cylindrical-coordinate representation of color #AAF706: hue angle of 79.17º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAF706 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 6 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.03 |
| HSL | 79.17º | 0.95% | 0.5% | - |
| HSV(B) | 79.17º | 0.98% | 0.97% | - |
| XYZ | 49.87 | 75.08 | 12.04 | - |
| YUV | 196.5 | 20.49 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 6 | 0.31 | 0 | 0.98 | 0.03 | 79.17 | 0.95 | 0.5 |
| Hex | AA | F7 | 6 | 1F | 0 | 62 | 3 | 4F | 5F | 32 |
| Octal | 252 | 367 | 6 | 37 | 0 | 142 | 3 | 117 | 137 | 62 |
| Binary | 10101010 | 11110111 | 110 | 11111 | 0 | 1100010 | 11 | 1001111 | 1011111 | 110010 |
Color Harmonies of #AAF706
Complementary color
Monochromatic Colors of #AAF706
Black with #AAF706
Text Example
Text Example
White with #AAF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF706; }
p { color: rgb(170,247,6); }
H1.HeaderClassName
{
color: #AAF706;
}
.AnyTagClassName
{
color: #AAF706;
}
</style>
background-color css
<style>
a { background-color: #AAF706; }
a { background-color: rgb(170,247,6); }
div.DivClassName
{
background-color: #AAF706;
}
.BgClassName
{
background-color: #AAF706;
}
</style>
border-color css
<style>
span { border-color: #AAF706; }
span { border-color: rgb(170,247,6); }
td.TdClassName
{
border-color: #AAF706;
}
.TagClassName
{
border-color: #AAF706;
}
</style>