Shades of Spring Bud #A6F503
Tints of Spring Bud #A6F503
RGB
CMYK
RGB Variations
Color information
#A6F503 (or 0xA6F503) is known color: Spring Bud. HEX triplet: A6, F5 and 03. RGB value is (166,245,3). Sum of RGB (Red+Green+Blue) = 166+245+3=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 245 (96.09% from 255 or 59.18% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 245 - color contains mainly: green. Hex color #A6F503 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F503 is #590AFC. Grayscale: #C2C2C2. Windows color (decimal): -5835517 or 259494. OLE color: 259494.
HSL color Cylindrical-coordinate representation of color #A6F503: hue angle of 79.59º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6F503 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 245 | 3 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.04 |
| HSL | 79.59º | 0.98% | 0.49% | - |
| HSV(B) | 79.59º | 0.99% | 0.96% | - |
| XYZ | 48.39 | 73.42 | 11.71 | - |
| YUV | 193.79 | 20.33 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 245 | 3 | 0.32 | 0 | 0.99 | 0.04 | 79.59 | 0.98 | 0.49 |
| Hex | A6 | F5 | 3 | 20 | 0 | 63 | 4 | 50 | 62 | 31 |
| Octal | 246 | 365 | 3 | 40 | 0 | 143 | 4 | 120 | 142 | 61 |
| Binary | 10100110 | 11110101 | 11 | 100000 | 0 | 1100011 | 100 | 1010000 | 1100010 | 110001 |
Color Harmonies of #A6F503
Complementary color
Monochromatic Colors of #A6F503
Black with #A6F503
Text Example
Text Example
White with #A6F503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F503; }
p { color: rgb(166,245,3); }
H1.HeaderClassName
{
color: #A6F503;
}
.AnyTagClassName
{
color: #A6F503;
}
</style>
background-color css
<style>
a { background-color: #A6F503; }
a { background-color: rgb(166,245,3); }
div.DivClassName
{
background-color: #A6F503;
}
.BgClassName
{
background-color: #A6F503;
}
</style>
border-color css
<style>
span { border-color: #A6F503; }
span { border-color: rgb(166,245,3); }
td.TdClassName
{
border-color: #A6F503;
}
.TagClassName
{
border-color: #A6F503;
}
</style>