Shades of Spring Bud #A6FB05
Tints of Spring Bud #A6FB05
RGB
CMYK
RGB Variations
Color information
#A6FB05 (or 0xA6FB05) is known color: Spring Bud. HEX triplet: A6, FB and 05. RGB value is (166,251,5). Sum of RGB (Red+Green+Blue) = 166+251+5=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 251 (98.44% from 255 or 59.48% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FB05 is #5904FA. Grayscale: #C6C6C6. Windows color (decimal): -5833979 or 392102. OLE color: 392102.
HSL color Cylindrical-coordinate representation of color #A6FB05: hue angle of 80.73º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6FB05 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 5 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.02 |
| HSL | 80.73º | 0.97% | 0.5% | - |
| HSV(B) | 80.73º | 0.98% | 0.98% | - |
| XYZ | 50.25 | 77.11 | 12.38 | - |
| YUV | 197.54 | 19.34 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 5 | 0.34 | 0 | 0.98 | 0.02 | 80.73 | 0.97 | 0.5 |
| Hex | A6 | FB | 5 | 22 | 0 | 62 | 2 | 51 | 61 | 32 |
| Octal | 246 | 373 | 5 | 42 | 0 | 142 | 2 | 121 | 141 | 62 |
| Binary | 10100110 | 11111011 | 101 | 100010 | 0 | 1100010 | 10 | 1010001 | 1100001 | 110010 |
Color Harmonies of #A6FB05
Complementary color
Monochromatic Colors of #A6FB05
Black with #A6FB05
Text Example
Text Example
White with #A6FB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FB05; }
p { color: rgb(166,251,5); }
H1.HeaderClassName
{
color: #A6FB05;
}
.AnyTagClassName
{
color: #A6FB05;
}
</style>
background-color css
<style>
a { background-color: #A6FB05; }
a { background-color: rgb(166,251,5); }
div.DivClassName
{
background-color: #A6FB05;
}
.BgClassName
{
background-color: #A6FB05;
}
</style>
border-color css
<style>
span { border-color: #A6FB05; }
span { border-color: rgb(166,251,5); }
td.TdClassName
{
border-color: #A6FB05;
}
.TagClassName
{
border-color: #A6FB05;
}
</style>