Shades of Spring Bud #A7F706
Tints of Spring Bud #A7F706
RGB
CMYK
RGB Variations
Color information
#A7F706 (or 0xA7F706) is known color: Spring Bud. HEX triplet: A7, F7 and 06. RGB value is (167,247,6). Sum of RGB (Red+Green+Blue) = 167+247+6=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 247 (96.88% from 255 or 58.81% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F706 is #5808F9. Grayscale: #C4C4C4. Windows color (decimal): -5769466 or 456615. OLE color: 456615.
HSL color Cylindrical-coordinate representation of color #A7F706: hue angle of 79.92º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7F706 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 247 | 6 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.03 |
| HSL | 79.92º | 0.95% | 0.5% | - |
| HSV(B) | 79.92º | 0.98% | 0.97% | - |
| XYZ | 49.23 | 74.75 | 12.01 | - |
| YUV | 195.61 | 21 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 247 | 6 | 0.32 | 0 | 0.98 | 0.03 | 79.92 | 0.95 | 0.5 |
| Hex | A7 | F7 | 6 | 20 | 0 | 62 | 3 | 50 | 5F | 32 |
| Octal | 247 | 367 | 6 | 40 | 0 | 142 | 3 | 120 | 137 | 62 |
| Binary | 10100111 | 11110111 | 110 | 100000 | 0 | 1100010 | 11 | 1010000 | 1011111 | 110010 |
Color Harmonies of #A7F706
Complementary color
Monochromatic Colors of #A7F706
Black with #A7F706
Text Example
Text Example
White with #A7F706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F706; }
p { color: rgb(167,247,6); }
H1.HeaderClassName
{
color: #A7F706;
}
.AnyTagClassName
{
color: #A7F706;
}
</style>
background-color css
<style>
a { background-color: #A7F706; }
a { background-color: rgb(167,247,6); }
div.DivClassName
{
background-color: #A7F706;
}
.BgClassName
{
background-color: #A7F706;
}
</style>
border-color css
<style>
span { border-color: #A7F706; }
span { border-color: rgb(167,247,6); }
td.TdClassName
{
border-color: #A7F706;
}
.TagClassName
{
border-color: #A7F706;
}
</style>