Shades of Spring Bud #A8F906
Tints of Spring Bud #A8F906
RGB
CMYK
RGB Variations
Color information
#A8F906 (or 0xA8F906) is known color: Spring Bud. HEX triplet: A8, F9 and 06. RGB value is (168,249,6). Sum of RGB (Red+Green+Blue) = 168+249+6=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F906 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F906 is #5706F9. Grayscale: #C5C5C5. Windows color (decimal): -5703418 or 457128. OLE color: 457128.
HSL color Cylindrical-coordinate representation of color #A8F906: hue angle of 80º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8F906 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 6 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.02 |
| HSL | 80º | 0.95% | 0.5% | - |
| HSV(B) | 80º | 0.98% | 0.98% | - |
| XYZ | 50.06 | 76.09 | 12.22 | - |
| YUV | 197.08 | 20.16 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 6 | 0.33 | 0 | 0.98 | 0.02 | 80 | 0.95 | 0.5 |
| Hex | A8 | F9 | 6 | 21 | 0 | 62 | 2 | 50 | 5F | 32 |
| Octal | 250 | 371 | 6 | 41 | 0 | 142 | 2 | 120 | 137 | 62 |
| Binary | 10101000 | 11111001 | 110 | 100001 | 0 | 1100010 | 10 | 1010000 | 1011111 | 110010 |
Color Harmonies of #A8F906
Complementary color
Monochromatic Colors of #A8F906
Black with #A8F906
Text Example
Text Example
White with #A8F906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F906; }
p { color: rgb(168,249,6); }
H1.HeaderClassName
{
color: #A8F906;
}
.AnyTagClassName
{
color: #A8F906;
}
</style>
background-color css
<style>
a { background-color: #A8F906; }
a { background-color: rgb(168,249,6); }
div.DivClassName
{
background-color: #A8F906;
}
.BgClassName
{
background-color: #A8F906;
}
</style>
border-color css
<style>
span { border-color: #A8F906; }
span { border-color: rgb(168,249,6); }
td.TdClassName
{
border-color: #A8F906;
}
.TagClassName
{
border-color: #A8F906;
}
</style>