Shades of Spring Bud #A6FF17
Tints of Spring Bud #A6FF17
RGB
CMYK
RGB Variations
Color information
#A6FF17 (or 0xA6FF17) is known color: Spring Bud. HEX triplet: A6, FF and 17. RGB value is (166,255,23). Sum of RGB (Red+Green+Blue) = 166+255+23=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 23 (9.38% from 255 or 5.18% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FF17 is #5900E8. Grayscale: #CACACA. Windows color (decimal): -5832937 or 1572774. OLE color: 1572774.
HSL color Cylindrical-coordinate representation of color #A6FF17: hue angle of 83.02º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6FF17 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 23 | - |
| CMYK | 0.35 | 0 | 0.91 | 0 |
| HSL | 83.02º | 1% | 0.55% | - |
| HSV(B) | 83.02º | 0.91% | 1% | - |
| XYZ | 51.64 | 79.69 | 13.47 | - |
| YUV | 201.94 | 27.01 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 23 | 0.35 | 0 | 0.91 | 0 | 83.02 | 1 | 0.55 |
| Hex | A6 | FF | 17 | 23 | 0 | 5B | 0 | 53 | 64 | 37 |
| Octal | 246 | 377 | 27 | 43 | 0 | 133 | 0 | 123 | 144 | 67 |
| Binary | 10100110 | 11111111 | 10111 | 100011 | 0 | 1011011 | 0 | 1010011 | 1100100 | 110111 |
Color Harmonies of #A6FF17
Complementary color
Monochromatic Colors of #A6FF17
Black with #A6FF17
Text Example
Text Example
White with #A6FF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FF17; }
p { color: rgb(166,255,23); }
H1.HeaderClassName
{
color: #A6FF17;
}
.AnyTagClassName
{
color: #A6FF17;
}
</style>
background-color css
<style>
a { background-color: #A6FF17; }
a { background-color: rgb(166,255,23); }
div.DivClassName
{
background-color: #A6FF17;
}
.BgClassName
{
background-color: #A6FF17;
}
</style>
border-color css
<style>
span { border-color: #A6FF17; }
span { border-color: rgb(166,255,23); }
td.TdClassName
{
border-color: #A6FF17;
}
.TagClassName
{
border-color: #A6FF17;
}
</style>