Shades of Spring Bud #AAF608
Tints of Spring Bud #AAF608
RGB
CMYK
RGB Variations
Color information
#AAF608 (or 0xAAF608) is known color: Spring Bud. HEX triplet: AA, F6 and 08. RGB value is (170,246,8). Sum of RGB (Red+Green+Blue) = 170+246+8=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 246 (96.48% from 255 or 58.02% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF608 is #5509F7. Grayscale: #C5C5C5. Windows color (decimal): -5573112 or 587434. OLE color: 587434.
HSL color Cylindrical-coordinate representation of color #AAF608: hue angle of 79.16º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAF608 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 8 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.04 |
| HSL | 79.16º | 0.94% | 0.5% | - |
| HSV(B) | 79.16º | 0.97% | 0.96% | - |
| XYZ | 49.58 | 74.48 | 11.99 | - |
| YUV | 196.14 | 21.82 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 8 | 0.31 | 0 | 0.97 | 0.04 | 79.16 | 0.94 | 0.5 |
| Hex | AA | F6 | 8 | 1F | 0 | 61 | 4 | 4F | 5E | 32 |
| Octal | 252 | 366 | 10 | 37 | 0 | 141 | 4 | 117 | 136 | 62 |
| Binary | 10101010 | 11110110 | 1000 | 11111 | 0 | 1100001 | 100 | 1001111 | 1011110 | 110010 |
Color Harmonies of #AAF608
Complementary color
Monochromatic Colors of #AAF608
Black with #AAF608
Text Example
Text Example
White with #AAF608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF608; }
p { color: rgb(170,246,8); }
H1.HeaderClassName
{
color: #AAF608;
}
.AnyTagClassName
{
color: #AAF608;
}
</style>
background-color css
<style>
a { background-color: #AAF608; }
a { background-color: rgb(170,246,8); }
div.DivClassName
{
background-color: #AAF608;
}
.BgClassName
{
background-color: #AAF608;
}
</style>
border-color css
<style>
span { border-color: #AAF608; }
span { border-color: rgb(170,246,8); }
td.TdClassName
{
border-color: #AAF608;
}
.TagClassName
{
border-color: #AAF608;
}
</style>