Shades of Spring Bud #A8F606
Tints of Spring Bud #A8F606
RGB
CMYK
RGB Variations
Color information
#A8F606 (or 0xA8F606) is known color: Spring Bud. HEX triplet: A8, F6 and 06. RGB value is (168,246,6). Sum of RGB (Red+Green+Blue) = 168+246+6=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 246 (96.48% from 255 or 58.57% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F606 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F606 is #5709F9. Grayscale: #C4C4C4. Windows color (decimal): -5704186 or 456360. OLE color: 456360.
HSL color Cylindrical-coordinate representation of color #A8F606: hue angle of 79.5º 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 #A8F606 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 6 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.04 |
| HSL | 79.5º | 0.95% | 0.49% | - |
| HSV(B) | 79.5º | 0.98% | 0.96% | - |
| XYZ | 49.14 | 74.25 | 11.91 | - |
| YUV | 195.32 | 21.16 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 6 | 0.32 | 0 | 0.98 | 0.04 | 79.5 | 0.95 | 0.49 |
| Hex | A8 | F6 | 6 | 20 | 0 | 62 | 4 | 50 | 5F | 31 |
| Octal | 250 | 366 | 6 | 40 | 0 | 142 | 4 | 120 | 137 | 61 |
| Binary | 10101000 | 11110110 | 110 | 100000 | 0 | 1100010 | 100 | 1010000 | 1011111 | 110001 |
Color Harmonies of #A8F606
Complementary color
Monochromatic Colors of #A8F606
Black with #A8F606
Text Example
Text Example
White with #A8F606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F606; }
p { color: rgb(168,246,6); }
H1.HeaderClassName
{
color: #A8F606;
}
.AnyTagClassName
{
color: #A8F606;
}
</style>
background-color css
<style>
a { background-color: #A8F606; }
a { background-color: rgb(168,246,6); }
div.DivClassName
{
background-color: #A8F606;
}
.BgClassName
{
background-color: #A8F606;
}
</style>
border-color css
<style>
span { border-color: #A8F606; }
span { border-color: rgb(168,246,6); }
td.TdClassName
{
border-color: #A8F606;
}
.TagClassName
{
border-color: #A8F606;
}
</style>