Shades of Spring Bud #A6F70A
Tints of Spring Bud #A6F70A
RGB
CMYK
RGB Variations
Color information
#A6F70A (or 0xA6F70A) is known color: Spring Bud. HEX triplet: A6, F7 and 0A. RGB value is (166,247,10). Sum of RGB (Red+Green+Blue) = 166+247+10=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 247 (96.88% from 255 or 58.39% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F70A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F70A is #5908F5. Grayscale: #C4C4C4. Windows color (decimal): -5834998 or 718758. OLE color: 718758.
HSL color Cylindrical-coordinate representation of color #A6F70A: hue angle of 80.51º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6F70A is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 10 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.03 |
| HSL | 80.51º | 0.94% | 0.5% | - |
| HSV(B) | 80.51º | 0.96% | 0.97% | - |
| XYZ | 49.04 | 74.65 | 12.11 | - |
| YUV | 195.76 | 23.16 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 10 | 0.33 | 0 | 0.96 | 0.03 | 80.51 | 0.94 | 0.5 |
| Hex | A6 | F7 | A | 21 | 0 | 60 | 3 | 51 | 5E | 32 |
| Octal | 246 | 367 | 12 | 41 | 0 | 140 | 3 | 121 | 136 | 62 |
| Binary | 10100110 | 11110111 | 1010 | 100001 | 0 | 1100000 | 11 | 1010001 | 1011110 | 110010 |
Color Harmonies of #A6F70A
Complementary color
Monochromatic Colors of #A6F70A
Black with #A6F70A
Text Example
Text Example
White with #A6F70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F70A; }
p { color: rgb(166,247,10); }
H1.HeaderClassName
{
color: #A6F70A;
}
.AnyTagClassName
{
color: #A6F70A;
}
</style>
background-color css
<style>
a { background-color: #A6F70A; }
a { background-color: rgb(166,247,10); }
div.DivClassName
{
background-color: #A6F70A;
}
.BgClassName
{
background-color: #A6F70A;
}
</style>
border-color css
<style>
span { border-color: #A6F70A; }
span { border-color: rgb(166,247,10); }
td.TdClassName
{
border-color: #A6F70A;
}
.TagClassName
{
border-color: #A6F70A;
}
</style>