Shades of Spring Bud #A8F106
Tints of Spring Bud #A8F106
RGB
CMYK
RGB Variations
Color information
#A8F106 (or 0xA8F106) is known color: Spring Bud. HEX triplet: A8, F1 and 06. RGB value is (168,241,6). Sum of RGB (Red+Green+Blue) = 168+241+6=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F106 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F106 is #570EF9. Grayscale: #C1C1C1. Windows color (decimal): -5705466 or 455080. OLE color: 455080.
HSL color Cylindrical-coordinate representation of color #A8F106: hue angle of 78.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8F106 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 6 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.05 |
| HSL | 78.64º | 0.95% | 0.48% | - |
| HSV(B) | 78.64º | 0.98% | 0.95% | - |
| XYZ | 47.64 | 71.25 | 11.41 | - |
| YUV | 192.38 | 22.82 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 6 | 0.30 | 0 | 0.98 | 0.05 | 78.64 | 0.95 | 0.48 |
| Hex | A8 | F1 | 6 | 1E | 0 | 62 | 5 | 4F | 5F | 30 |
| Octal | 250 | 361 | 6 | 36 | 0 | 142 | 5 | 117 | 137 | 60 |
| Binary | 10101000 | 11110001 | 110 | 11110 | 0 | 1100010 | 101 | 1001111 | 1011111 | 110000 |
Color Harmonies of #A8F106
Complementary color
Monochromatic Colors of #A8F106
Black with #A8F106
Text Example
Text Example
White with #A8F106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F106; }
p { color: rgb(168,241,6); }
H1.HeaderClassName
{
color: #A8F106;
}
.AnyTagClassName
{
color: #A8F106;
}
</style>
background-color css
<style>
a { background-color: #A8F106; }
a { background-color: rgb(168,241,6); }
div.DivClassName
{
background-color: #A8F106;
}
.BgClassName
{
background-color: #A8F106;
}
</style>
border-color css
<style>
span { border-color: #A8F106; }
span { border-color: rgb(168,241,6); }
td.TdClassName
{
border-color: #A8F106;
}
.TagClassName
{
border-color: #A8F106;
}
</style>