Shades of Spring Bud #A6F705
Tints of Spring Bud #A6F705
RGB
CMYK
RGB Variations
Color information
#A6F705 (or 0xA6F705) is known color: Spring Bud. HEX triplet: A6, F7 and 05. RGB value is (166,247,5). Sum of RGB (Red+Green+Blue) = 166+247+5=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 247 (96.88% from 255 or 59.09% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F705 is #5908FA. Grayscale: #C4C4C4. Windows color (decimal): -5835003 or 391078. OLE color: 391078.
HSL color Cylindrical-coordinate representation of color #A6F705: hue angle of 80.08º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6F705 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 5 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.03 |
| HSL | 80.08º | 0.96% | 0.49% | - |
| HSV(B) | 80.08º | 0.98% | 0.97% | - |
| XYZ | 49.01 | 74.64 | 11.97 | - |
| YUV | 195.19 | 20.66 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 5 | 0.33 | 0 | 0.98 | 0.03 | 80.08 | 0.96 | 0.49 |
| Hex | A6 | F7 | 5 | 21 | 0 | 62 | 3 | 50 | 60 | 31 |
| Octal | 246 | 367 | 5 | 41 | 0 | 142 | 3 | 120 | 140 | 61 |
| Binary | 10100110 | 11110111 | 101 | 100001 | 0 | 1100010 | 11 | 1010000 | 1100000 | 110001 |
Color Harmonies of #A6F705
Complementary color
Monochromatic Colors of #A6F705
Black with #A6F705
Text Example
Text Example
White with #A6F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F705; }
p { color: rgb(166,247,5); }
H1.HeaderClassName
{
color: #A6F705;
}
.AnyTagClassName
{
color: #A6F705;
}
</style>
background-color css
<style>
a { background-color: #A6F705; }
a { background-color: rgb(166,247,5); }
div.DivClassName
{
background-color: #A6F705;
}
.BgClassName
{
background-color: #A6F705;
}
</style>
border-color css
<style>
span { border-color: #A6F705; }
span { border-color: rgb(166,247,5); }
td.TdClassName
{
border-color: #A6F705;
}
.TagClassName
{
border-color: #A6F705;
}
</style>