Shades of Spring Bud #A6FC05
Tints of Spring Bud #A6FC05
RGB
CMYK
RGB Variations
Color information
#A6FC05 (or 0xA6FC05) is known color: Spring Bud. HEX triplet: A6, FC and 05. RGB value is (166,252,5). Sum of RGB (Red+Green+Blue) = 166+252+5=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 252 (98.83% from 255 or 59.57% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FC05 is #5903FA. Grayscale: #C7C7C7. Windows color (decimal): -5833723 or 392358. OLE color: 392358.
HSL color Cylindrical-coordinate representation of color #A6FC05: hue angle of 80.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6FC05 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 5 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.01 |
| HSL | 80.89º | 0.98% | 0.5% | - |
| HSV(B) | 80.89º | 0.98% | 0.99% | - |
| XYZ | 50.56 | 77.74 | 12.48 | - |
| YUV | 198.13 | 19.01 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 5 | 0.34 | 0 | 0.98 | 0.01 | 80.89 | 0.98 | 0.5 |
| Hex | A6 | FC | 5 | 22 | 0 | 62 | 1 | 51 | 62 | 32 |
| Octal | 246 | 374 | 5 | 42 | 0 | 142 | 1 | 121 | 142 | 62 |
| Binary | 10100110 | 11111100 | 101 | 100010 | 0 | 1100010 | 1 | 1010001 | 1100010 | 110010 |
Color Harmonies of #A6FC05
Complementary color
Monochromatic Colors of #A6FC05
Black with #A6FC05
Text Example
Text Example
White with #A6FC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FC05; }
p { color: rgb(166,252,5); }
H1.HeaderClassName
{
color: #A6FC05;
}
.AnyTagClassName
{
color: #A6FC05;
}
</style>
background-color css
<style>
a { background-color: #A6FC05; }
a { background-color: rgb(166,252,5); }
div.DivClassName
{
background-color: #A6FC05;
}
.BgClassName
{
background-color: #A6FC05;
}
</style>
border-color css
<style>
span { border-color: #A6FC05; }
span { border-color: rgb(166,252,5); }
td.TdClassName
{
border-color: #A6FC05;
}
.TagClassName
{
border-color: #A6FC05;
}
</style>