Shades of Spring Bud #A6F700
Tints of Spring Bud #A6F700
RGB
CMYK
RGB Variations
Color information
#A6F700 (or 0xA6F700) is known color: Spring Bud. HEX triplet: A6, F7 and 00. RGB value is (166,247,0). Sum of RGB (Red+Green+Blue) = 166+247+0=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 247 (96.88% from 255 or 59.81% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F700 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F700 is #5908FF. Grayscale: #C3C3C3. Windows color (decimal): -5835008 or 63398. OLE color: 63398.
HSL color Cylindrical-coordinate representation of color #A6F700: hue angle of 79.68º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6F700 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.03 |
| HSL | 79.68º | 1% | 0.48% | - |
| HSV(B) | 79.68º | 1% | 0.97% | - |
| XYZ | 48.99 | 74.63 | 11.82 | - |
| YUV | 194.62 | 18.16 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 0 | 0.33 | 0 | 1 | 0.03 | 79.68 | 1 | 0.48 |
| Hex | A6 | F7 | 0 | 21 | 0 | 64 | 3 | 50 | 64 | 30 |
| Octal | 246 | 367 | 0 | 41 | 0 | 144 | 3 | 120 | 144 | 60 |
| Binary | 10100110 | 11110111 | 0 | 100001 | 0 | 1100100 | 11 | 1010000 | 1100100 | 110000 |
Color Harmonies of #A6F700
Complementary color
Monochromatic Colors of #A6F700
Black with #A6F700
Text Example
Text Example
White with #A6F700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F700; }
p { color: rgb(166,247,0); }
H1.HeaderClassName
{
color: #A6F700;
}
.AnyTagClassName
{
color: #A6F700;
}
</style>
background-color css
<style>
a { background-color: #A6F700; }
a { background-color: rgb(166,247,0); }
div.DivClassName
{
background-color: #A6F700;
}
.BgClassName
{
background-color: #A6F700;
}
</style>
border-color css
<style>
span { border-color: #A6F700; }
span { border-color: rgb(166,247,0); }
td.TdClassName
{
border-color: #A6F700;
}
.TagClassName
{
border-color: #A6F700;
}
</style>