Shades of Spring Bud #A6F617
Tints of Spring Bud #A6F617
RGB
CMYK
RGB Variations
Color information
#A6F617 (or 0xA6F617) is known color: Spring Bud. HEX triplet: A6, F6 and 17. RGB value is (166,246,23). Sum of RGB (Red+Green+Blue) = 166+246+23=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 246 (96.48% from 255 or 56.55% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F617 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F617 is #5909E8. Grayscale: #C5C5C5. Windows color (decimal): -5835241 or 1570470. OLE color: 1570470.
HSL color Cylindrical-coordinate representation of color #A6F617: hue angle of 81.52º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6F617 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 23 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.04 |
| HSL | 81.52º | 0.93% | 0.53% | - |
| HSV(B) | 81.52º | 0.91% | 0.96% | - |
| XYZ | 48.84 | 74.08 | 12.54 | - |
| YUV | 196.66 | 30 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 23 | 0.33 | 0 | 0.91 | 0.04 | 81.52 | 0.93 | 0.53 |
| Hex | A6 | F6 | 17 | 21 | 0 | 5B | 4 | 52 | 5D | 35 |
| Octal | 246 | 366 | 27 | 41 | 0 | 133 | 4 | 122 | 135 | 65 |
| Binary | 10100110 | 11110110 | 10111 | 100001 | 0 | 1011011 | 100 | 1010010 | 1011101 | 110101 |
Color Harmonies of #A6F617
Complementary color
Monochromatic Colors of #A6F617
Black with #A6F617
Text Example
Text Example
White with #A6F617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F617; }
p { color: rgb(166,246,23); }
H1.HeaderClassName
{
color: #A6F617;
}
.AnyTagClassName
{
color: #A6F617;
}
</style>
background-color css
<style>
a { background-color: #A6F617; }
a { background-color: rgb(166,246,23); }
div.DivClassName
{
background-color: #A6F617;
}
.BgClassName
{
background-color: #A6F617;
}
</style>
border-color css
<style>
span { border-color: #A6F617; }
span { border-color: rgb(166,246,23); }
td.TdClassName
{
border-color: #A6F617;
}
.TagClassName
{
border-color: #A6F617;
}
</style>