Shades of Spring Bud #A3F403
Tints of Spring Bud #A3F403
RGB
CMYK
RGB Variations
Color information
#A3F403 (or 0xA3F403) is known color: Spring Bud. HEX triplet: A3, F4 and 03. RGB value is (163,244,3). Sum of RGB (Red+Green+Blue) = 163+244+3=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 244 (95.70% from 255 or 59.51% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 244 - color contains mainly: green. Hex color #A3F403 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F403 is #5C0BFC. Grayscale: #C1C1C1. Windows color (decimal): -6032381 or 259235. OLE color: 259235.
HSL color Cylindrical-coordinate representation of color #A3F403: hue angle of 80.17º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3F403 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 244 | 3 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.04 |
| HSL | 80.17º | 0.98% | 0.48% | - |
| HSV(B) | 80.17º | 0.99% | 0.96% | - |
| XYZ | 47.47 | 72.49 | 11.58 | - |
| YUV | 192.31 | 21.16 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 244 | 3 | 0.33 | 0 | 0.99 | 0.04 | 80.17 | 0.98 | 0.48 |
| Hex | A3 | F4 | 3 | 21 | 0 | 63 | 4 | 50 | 62 | 30 |
| Octal | 243 | 364 | 3 | 41 | 0 | 143 | 4 | 120 | 142 | 60 |
| Binary | 10100011 | 11110100 | 11 | 100001 | 0 | 1100011 | 100 | 1010000 | 1100010 | 110000 |
Color Harmonies of #A3F403
Complementary color
Monochromatic Colors of #A3F403
Black with #A3F403
Text Example
Text Example
White with #A3F403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F403; }
p { color: rgb(163,244,3); }
H1.HeaderClassName
{
color: #A3F403;
}
.AnyTagClassName
{
color: #A3F403;
}
</style>
background-color css
<style>
a { background-color: #A3F403; }
a { background-color: rgb(163,244,3); }
div.DivClassName
{
background-color: #A3F403;
}
.BgClassName
{
background-color: #A3F403;
}
</style>
border-color css
<style>
span { border-color: #A3F403; }
span { border-color: rgb(163,244,3); }
td.TdClassName
{
border-color: #A3F403;
}
.TagClassName
{
border-color: #A3F403;
}
</style>