Shades of Spring Bud #A6FC16
Tints of Spring Bud #A6FC16
RGB
CMYK
RGB Variations
Color information
#A6FC16 (or 0xA6FC16) is known color: Spring Bud. HEX triplet: A6, FC and 16. RGB value is (166,252,22). Sum of RGB (Red+Green+Blue) = 166+252+22=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FC16 is #5903E9. Grayscale: #C8C8C8. Windows color (decimal): -5833706 or 1506470. OLE color: 1506470.
HSL color Cylindrical-coordinate representation of color #A6FC16: hue angle of 82.43º degrees, saturation: 0.97, 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 #A6FC16 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 22 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.01 |
| HSL | 82.43º | 0.97% | 0.54% | - |
| HSV(B) | 82.43º | 0.91% | 0.99% | - |
| XYZ | 50.68 | 77.79 | 13.1 | - |
| YUV | 200.07 | 27.51 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 22 | 0.34 | 0 | 0.91 | 0.01 | 82.43 | 0.97 | 0.54 |
| Hex | A6 | FC | 16 | 22 | 0 | 5B | 1 | 52 | 61 | 36 |
| Octal | 246 | 374 | 26 | 42 | 0 | 133 | 1 | 122 | 141 | 66 |
| Binary | 10100110 | 11111100 | 10110 | 100010 | 0 | 1011011 | 1 | 1010010 | 1100001 | 110110 |
Color Harmonies of #A6FC16
Complementary color
Monochromatic Colors of #A6FC16
Black with #A6FC16
Text Example
Text Example
White with #A6FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FC16; }
p { color: rgb(166,252,22); }
H1.HeaderClassName
{
color: #A6FC16;
}
.AnyTagClassName
{
color: #A6FC16;
}
</style>
background-color css
<style>
a { background-color: #A6FC16; }
a { background-color: rgb(166,252,22); }
div.DivClassName
{
background-color: #A6FC16;
}
.BgClassName
{
background-color: #A6FC16;
}
</style>
border-color css
<style>
span { border-color: #A6FC16; }
span { border-color: rgb(166,252,22); }
td.TdClassName
{
border-color: #A6FC16;
}
.TagClassName
{
border-color: #A6FC16;
}
</style>