Shades of Spring Bud #A6F913
Tints of Spring Bud #A6F913
RGB
CMYK
RGB Variations
Color information
#A6F913 (or 0xA6F913) is known color: Spring Bud. HEX triplet: A6, F9 and 13. RGB value is (166,249,19). Sum of RGB (Red+Green+Blue) = 166+249+19=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 249 (97.66% from 255 or 57.37% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F913 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F913 is #5906EC. Grayscale: #C6C6C6. Windows color (decimal): -5834477 or 1309094. OLE color: 1309094.
HSL color Cylindrical-coordinate representation of color #A6F913: hue angle of 81.65º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6F913 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 249 | 19 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.02 |
| HSL | 81.65º | 0.95% | 0.53% | - |
| HSV(B) | 81.65º | 0.92% | 0.98% | - |
| XYZ | 49.72 | 75.91 | 12.65 | - |
| YUV | 197.96 | 27 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 249 | 19 | 0.33 | 0 | 0.92 | 0.02 | 81.65 | 0.95 | 0.53 |
| Hex | A6 | F9 | 13 | 21 | 0 | 5C | 2 | 52 | 5F | 35 |
| Octal | 246 | 371 | 23 | 41 | 0 | 134 | 2 | 122 | 137 | 65 |
| Binary | 10100110 | 11111001 | 10011 | 100001 | 0 | 1011100 | 10 | 1010010 | 1011111 | 110101 |
Color Harmonies of #A6F913
Complementary color
Monochromatic Colors of #A6F913
Black with #A6F913
Text Example
Text Example
White with #A6F913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F913; }
p { color: rgb(166,249,19); }
H1.HeaderClassName
{
color: #A6F913;
}
.AnyTagClassName
{
color: #A6F913;
}
</style>
background-color css
<style>
a { background-color: #A6F913; }
a { background-color: rgb(166,249,19); }
div.DivClassName
{
background-color: #A6F913;
}
.BgClassName
{
background-color: #A6F913;
}
</style>
border-color css
<style>
span { border-color: #A6F913; }
span { border-color: rgb(166,249,19); }
td.TdClassName
{
border-color: #A6F913;
}
.TagClassName
{
border-color: #A6F913;
}
</style>