Shades of Spring Bud #A3FD04
Tints of Spring Bud #A3FD04
RGB
CMYK
RGB Variations
Color information
#A3FD04 (or 0xA3FD04) is known color: Spring Bud. HEX triplet: A3, FD and 04. RGB value is (163,253,4). Sum of RGB (Red+Green+Blue) = 163+253+4=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 253 (99.22% from 255 or 60.24% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FD04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FD04 is #5C02FB. Grayscale: #C6C6C6. Windows color (decimal): -6030076 or 327075. OLE color: 327075.
HSL color Cylindrical-coordinate representation of color #A3FD04: hue angle of 81.69º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3FD04 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 253 | 4 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.01 |
| HSL | 81.69º | 0.98% | 0.5% | - |
| HSV(B) | 81.69º | 0.98% | 0.99% | - |
| XYZ | 50.25 | 78.05 | 12.53 | - |
| YUV | 197.7 | 18.68 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 253 | 4 | 0.36 | 0 | 0.98 | 0.01 | 81.69 | 0.98 | 0.5 |
| Hex | A3 | FD | 4 | 24 | 0 | 62 | 1 | 52 | 62 | 32 |
| Octal | 243 | 375 | 4 | 44 | 0 | 142 | 1 | 122 | 142 | 62 |
| Binary | 10100011 | 11111101 | 100 | 100100 | 0 | 1100010 | 1 | 1010010 | 1100010 | 110010 |
Color Harmonies of #A3FD04
Complementary color
Monochromatic Colors of #A3FD04
Black with #A3FD04
Text Example
Text Example
White with #A3FD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FD04; }
p { color: rgb(163,253,4); }
H1.HeaderClassName
{
color: #A3FD04;
}
.AnyTagClassName
{
color: #A3FD04;
}
</style>
background-color css
<style>
a { background-color: #A3FD04; }
a { background-color: rgb(163,253,4); }
div.DivClassName
{
background-color: #A3FD04;
}
.BgClassName
{
background-color: #A3FD04;
}
</style>
border-color css
<style>
span { border-color: #A3FD04; }
span { border-color: rgb(163,253,4); }
td.TdClassName
{
border-color: #A3FD04;
}
.TagClassName
{
border-color: #A3FD04;
}
</style>