Shades of Spring Bud #A6FB10
Tints of Spring Bud #A6FB10
RGB
CMYK
RGB Variations
Color information
#A6FB10 (or 0xA6FB10) is known color: Spring Bud. HEX triplet: A6, FB and 10. RGB value is (166,251,16). Sum of RGB (Red+Green+Blue) = 166+251+16=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 251 (98.44% from 255 or 57.97% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FB10 is #5904EF. Grayscale: #C7C7C7. Windows color (decimal): -5833968 or 1112998. OLE color: 1112998.
HSL color Cylindrical-coordinate representation of color #A6FB10: hue angle of 81.7º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6FB10 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 16 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.02 |
| HSL | 81.7º | 0.97% | 0.52% | - |
| HSV(B) | 81.7º | 0.94% | 0.98% | - |
| XYZ | 50.32 | 77.14 | 12.73 | - |
| YUV | 198.8 | 24.84 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 16 | 0.34 | 0 | 0.94 | 0.02 | 81.7 | 0.97 | 0.52 |
| Hex | A6 | FB | 10 | 22 | 0 | 5E | 2 | 52 | 61 | 34 |
| Octal | 246 | 373 | 20 | 42 | 0 | 136 | 2 | 122 | 141 | 64 |
| Binary | 10100110 | 11111011 | 10000 | 100010 | 0 | 1011110 | 10 | 1010010 | 1100001 | 110100 |
Color Harmonies of #A6FB10
Complementary color
Monochromatic Colors of #A6FB10
Black with #A6FB10
Text Example
Text Example
White with #A6FB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FB10; }
p { color: rgb(166,251,16); }
H1.HeaderClassName
{
color: #A6FB10;
}
.AnyTagClassName
{
color: #A6FB10;
}
</style>
background-color css
<style>
a { background-color: #A6FB10; }
a { background-color: rgb(166,251,16); }
div.DivClassName
{
background-color: #A6FB10;
}
.BgClassName
{
background-color: #A6FB10;
}
</style>
border-color css
<style>
span { border-color: #A6FB10; }
span { border-color: rgb(166,251,16); }
td.TdClassName
{
border-color: #A6FB10;
}
.TagClassName
{
border-color: #A6FB10;
}
</style>