Shades of Spring Bud #A6FD16
Tints of Spring Bud #A6FD16
RGB
CMYK
RGB Variations
Color information
#A6FD16 (or 0xA6FD16) is known color: Spring Bud. HEX triplet: A6, FD and 16. RGB value is (166,253,22). Sum of RGB (Red+Green+Blue) = 166+253+22=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 253 (99.22% from 255 or 57.37% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FD16 is #5902E9. Grayscale: #C9C9C9. Windows color (decimal): -5833450 or 1506726. OLE color: 1506726.
HSL color Cylindrical-coordinate representation of color #A6FD16: hue angle of 82.6º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6FD16 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 22 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.01 |
| HSL | 82.6º | 0.98% | 0.54% | - |
| HSV(B) | 82.6º | 0.91% | 0.99% | - |
| XYZ | 51 | 78.42 | 13.21 | - |
| YUV | 200.65 | 27.18 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 22 | 0.34 | 0 | 0.91 | 0.01 | 82.6 | 0.98 | 0.54 |
| Hex | A6 | FD | 16 | 22 | 0 | 5B | 1 | 53 | 62 | 36 |
| Octal | 246 | 375 | 26 | 42 | 0 | 133 | 1 | 123 | 142 | 66 |
| Binary | 10100110 | 11111101 | 10110 | 100010 | 0 | 1011011 | 1 | 1010011 | 1100010 | 110110 |
Color Harmonies of #A6FD16
Complementary color
Monochromatic Colors of #A6FD16
Black with #A6FD16
Text Example
Text Example
White with #A6FD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FD16; }
p { color: rgb(166,253,22); }
H1.HeaderClassName
{
color: #A6FD16;
}
.AnyTagClassName
{
color: #A6FD16;
}
</style>
background-color css
<style>
a { background-color: #A6FD16; }
a { background-color: rgb(166,253,22); }
div.DivClassName
{
background-color: #A6FD16;
}
.BgClassName
{
background-color: #A6FD16;
}
</style>
border-color css
<style>
span { border-color: #A6FD16; }
span { border-color: rgb(166,253,22); }
td.TdClassName
{
border-color: #A6FD16;
}
.TagClassName
{
border-color: #A6FD16;
}
</style>