Shades of Spring Bud #A3FD00
Tints of Spring Bud #A3FD00
RGB
CMYK
RGB Variations
Color information
#A3FD00 (or 0xA3FD00) is known color: Spring Bud. HEX triplet: A3, FD and 00. RGB value is (163,253,0). Sum of RGB (Red+Green+Blue) = 163+253+0=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 253 (99.22% from 255 or 60.82% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FD00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FD00 is #5C02FF. Grayscale: #C6C6C6. Windows color (decimal): -6030080 or 64931. OLE color: 64931.
HSL color Cylindrical-coordinate representation of color #A3FD00: hue angle of 81.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3FD00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 253 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.01 |
| HSL | 81.34º | 1% | 0.5% | - |
| HSV(B) | 81.34º | 1% | 0.99% | - |
| XYZ | 50.23 | 78.04 | 12.42 | - |
| YUV | 197.25 | 16.68 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 253 | 0 | 0.36 | 0 | 1 | 0.01 | 81.34 | 1 | 0.5 |
| Hex | A3 | FD | 0 | 24 | 0 | 64 | 1 | 51 | 64 | 32 |
| Octal | 243 | 375 | 0 | 44 | 0 | 144 | 1 | 121 | 144 | 62 |
| Binary | 10100011 | 11111101 | 0 | 100100 | 0 | 1100100 | 1 | 1010001 | 1100100 | 110010 |
Color Harmonies of #A3FD00
Complementary color
Monochromatic Colors of #A3FD00
Black with #A3FD00
Text Example
Text Example
White with #A3FD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FD00; }
p { color: rgb(163,253,0); }
H1.HeaderClassName
{
color: #A3FD00;
}
.AnyTagClassName
{
color: #A3FD00;
}
</style>
background-color css
<style>
a { background-color: #A3FD00; }
a { background-color: rgb(163,253,0); }
div.DivClassName
{
background-color: #A3FD00;
}
.BgClassName
{
background-color: #A3FD00;
}
</style>
border-color css
<style>
span { border-color: #A3FD00; }
span { border-color: rgb(163,253,0); }
td.TdClassName
{
border-color: #A3FD00;
}
.TagClassName
{
border-color: #A3FD00;
}
</style>