Shades of Spring Bud #A6F917
Tints of Spring Bud #A6F917
RGB
CMYK
RGB Variations
Color information
#A6F917 (or 0xA6F917) is known color: Spring Bud. HEX triplet: A6, F9 and 17. RGB value is (166,249,23). Sum of RGB (Red+Green+Blue) = 166+249+23=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 249 (97.66% from 255 or 56.85% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F917 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F917 is #5906E8. Grayscale: #C7C7C7. Windows color (decimal): -5834473 or 1571238. OLE color: 1571238.
HSL color Cylindrical-coordinate representation of color #A6F917: hue angle of 82.04º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6F917 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 249 | 23 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.02 |
| HSL | 82.04º | 0.95% | 0.53% | - |
| HSV(B) | 82.04º | 0.91% | 0.98% | - |
| XYZ | 49.76 | 75.92 | 12.84 | - |
| YUV | 198.42 | 29 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 249 | 23 | 0.33 | 0 | 0.91 | 0.02 | 82.04 | 0.95 | 0.53 |
| Hex | A6 | F9 | 17 | 21 | 0 | 5B | 2 | 52 | 5F | 35 |
| Octal | 246 | 371 | 27 | 41 | 0 | 133 | 2 | 122 | 137 | 65 |
| Binary | 10100110 | 11111001 | 10111 | 100001 | 0 | 1011011 | 10 | 1010010 | 1011111 | 110101 |
Color Harmonies of #A6F917
Complementary color
Monochromatic Colors of #A6F917
Black with #A6F917
Text Example
Text Example
White with #A6F917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F917; }
p { color: rgb(166,249,23); }
H1.HeaderClassName
{
color: #A6F917;
}
.AnyTagClassName
{
color: #A6F917;
}
</style>
background-color css
<style>
a { background-color: #A6F917; }
a { background-color: rgb(166,249,23); }
div.DivClassName
{
background-color: #A6F917;
}
.BgClassName
{
background-color: #A6F917;
}
</style>
border-color css
<style>
span { border-color: #A6F917; }
span { border-color: rgb(166,249,23); }
td.TdClassName
{
border-color: #A6F917;
}
.TagClassName
{
border-color: #A6F917;
}
</style>