Shades of Spring Bud #A3F010
Tints of Spring Bud #A3F010
RGB
CMYK
RGB Variations
Color information
#A3F010 (or 0xA3F010) is known color: Spring Bud. HEX triplet: A3, F0 and 10. RGB value is (163,240,16). Sum of RGB (Red+Green+Blue) = 163+240+16=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F010 is #5C0FEF. Grayscale: #C0C0C0. Windows color (decimal): -6033392 or 1110179. OLE color: 1110179.
HSL color Cylindrical-coordinate representation of color #A3F010: hue angle of 80.62º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3F010 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 240 | 16 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.06 |
| HSL | 80.63º | 0.88% | 0.5% | - |
| HSV(B) | 80.63º | 0.93% | 0.94% | - |
| XYZ | 46.36 | 70.14 | 11.59 | - |
| YUV | 191.44 | 28.99 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 240 | 16 | 0.32 | 0 | 0.93 | 0.06 | 80.63 | 0.88 | 0.5 |
| Hex | A3 | F0 | 10 | 20 | 0 | 5D | 6 | 51 | 58 | 32 |
| Octal | 243 | 360 | 20 | 40 | 0 | 135 | 6 | 121 | 130 | 62 |
| Binary | 10100011 | 11110000 | 10000 | 100000 | 0 | 1011101 | 110 | 1010001 | 1011000 | 110010 |
Color Harmonies of #A3F010
Complementary color
Monochromatic Colors of #A3F010
Black with #A3F010
Text Example
Text Example
White with #A3F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F010; }
p { color: rgb(163,240,16); }
H1.HeaderClassName
{
color: #A3F010;
}
.AnyTagClassName
{
color: #A3F010;
}
</style>
background-color css
<style>
a { background-color: #A3F010; }
a { background-color: rgb(163,240,16); }
div.DivClassName
{
background-color: #A3F010;
}
.BgClassName
{
background-color: #A3F010;
}
</style>
border-color css
<style>
span { border-color: #A3F010; }
span { border-color: rgb(163,240,16); }
td.TdClassName
{
border-color: #A3F010;
}
.TagClassName
{
border-color: #A3F010;
}
</style>