Shades of Spring Bud #A6F10D
Tints of Spring Bud #A6F10D
RGB
CMYK
RGB Variations
Color information
#A6F10D (or 0xA6F10D) is known color: Spring Bud. HEX triplet: A6, F1 and 0D. RGB value is (166,241,13). Sum of RGB (Red+Green+Blue) = 166+241+13=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F10D is #590EF2. Grayscale: #C1C1C1. Windows color (decimal): -5836531 or 913830. OLE color: 913830.
HSL color Cylindrical-coordinate representation of color #A6F10D: hue angle of 79.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6F10D is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 13 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.05 |
| HSL | 79.74º | 0.9% | 0.5% | - |
| HSV(B) | 79.74º | 0.95% | 0.95% | - |
| XYZ | 47.25 | 71.05 | 11.6 | - |
| YUV | 192.58 | 26.65 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 13 | 0.31 | 0 | 0.95 | 0.05 | 79.74 | 0.9 | 0.5 |
| Hex | A6 | F1 | D | 1F | 0 | 5F | 5 | 50 | 5A | 32 |
| Octal | 246 | 361 | 15 | 37 | 0 | 137 | 5 | 120 | 132 | 62 |
| Binary | 10100110 | 11110001 | 1101 | 11111 | 0 | 1011111 | 101 | 1010000 | 1011010 | 110010 |
Color Harmonies of #A6F10D
Complementary color
Monochromatic Colors of #A6F10D
Black with #A6F10D
Text Example
Text Example
White with #A6F10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F10D; }
p { color: rgb(166,241,13); }
H1.HeaderClassName
{
color: #A6F10D;
}
.AnyTagClassName
{
color: #A6F10D;
}
</style>
background-color css
<style>
a { background-color: #A6F10D; }
a { background-color: rgb(166,241,13); }
div.DivClassName
{
background-color: #A6F10D;
}
.BgClassName
{
background-color: #A6F10D;
}
</style>
border-color css
<style>
span { border-color: #A6F10D; }
span { border-color: rgb(166,241,13); }
td.TdClassName
{
border-color: #A6F10D;
}
.TagClassName
{
border-color: #A6F10D;
}
</style>