Shades of Spring Bud #AAF606
Tints of Spring Bud #AAF606
RGB
CMYK
RGB Variations
Color information
#AAF606 (or 0xAAF606) is known color: Spring Bud. HEX triplet: AA, F6 and 06. RGB value is (170,246,6). Sum of RGB (Red+Green+Blue) = 170+246+6=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 246 (96.48% from 255 or 58.29% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF606 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF606 is #5509F9. Grayscale: #C4C4C4. Windows color (decimal): -5573114 or 456362. OLE color: 456362.
HSL color Cylindrical-coordinate representation of color #AAF606: hue angle of 79º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAF606 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 6 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.04 |
| HSL | 79º | 0.95% | 0.49% | - |
| HSV(B) | 79º | 0.98% | 0.96% | - |
| XYZ | 49.57 | 74.47 | 11.93 | - |
| YUV | 195.92 | 20.82 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 6 | 0.31 | 0 | 0.98 | 0.04 | 79 | 0.95 | 0.49 |
| Hex | AA | F6 | 6 | 1F | 0 | 62 | 4 | 4F | 5F | 31 |
| Octal | 252 | 366 | 6 | 37 | 0 | 142 | 4 | 117 | 137 | 61 |
| Binary | 10101010 | 11110110 | 110 | 11111 | 0 | 1100010 | 100 | 1001111 | 1011111 | 110001 |
Color Harmonies of #AAF606
Complementary color
Monochromatic Colors of #AAF606
Black with #AAF606
Text Example
Text Example
White with #AAF606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF606; }
p { color: rgb(170,246,6); }
H1.HeaderClassName
{
color: #AAF606;
}
.AnyTagClassName
{
color: #AAF606;
}
</style>
background-color css
<style>
a { background-color: #AAF606; }
a { background-color: rgb(170,246,6); }
div.DivClassName
{
background-color: #AAF606;
}
.BgClassName
{
background-color: #AAF606;
}
</style>
border-color css
<style>
span { border-color: #AAF606; }
span { border-color: rgb(170,246,6); }
td.TdClassName
{
border-color: #AAF606;
}
.TagClassName
{
border-color: #AAF606;
}
</style>