Shades of Spring Bud #A3F800
Tints of Spring Bud #A3F800
RGB
CMYK
RGB Variations
Color information
#A3F800 (or 0xA3F800) is known color: Spring Bud. HEX triplet: A3, F8 and 00. RGB value is (163,248,0). Sum of RGB (Red+Green+Blue) = 163+248+0=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 248 (97.27% from 255 or 60.34% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F800 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F800 is #5C07FF. Grayscale: #C3C3C3. Windows color (decimal): -6031360 or 63651. OLE color: 63651.
HSL color Cylindrical-coordinate representation of color #A3F800: hue angle of 80.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3F800 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 248 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.03 |
| HSL | 80.56º | 1% | 0.49% | - |
| HSV(B) | 80.56º | 1% | 0.97% | - |
| XYZ | 48.67 | 74.92 | 11.9 | - |
| YUV | 194.31 | 18.34 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 248 | 0 | 0.34 | 0 | 1 | 0.03 | 80.56 | 1 | 0.49 |
| Hex | A3 | F8 | 0 | 22 | 0 | 64 | 3 | 51 | 64 | 31 |
| Octal | 243 | 370 | 0 | 42 | 0 | 144 | 3 | 121 | 144 | 61 |
| Binary | 10100011 | 11111000 | 0 | 100010 | 0 | 1100100 | 11 | 1010001 | 1100100 | 110001 |
Color Harmonies of #A3F800
Complementary color
Monochromatic Colors of #A3F800
Black with #A3F800
Text Example
Text Example
White with #A3F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F800; }
p { color: rgb(163,248,0); }
H1.HeaderClassName
{
color: #A3F800;
}
.AnyTagClassName
{
color: #A3F800;
}
</style>
background-color css
<style>
a { background-color: #A3F800; }
a { background-color: rgb(163,248,0); }
div.DivClassName
{
background-color: #A3F800;
}
.BgClassName
{
background-color: #A3F800;
}
</style>
border-color css
<style>
span { border-color: #A3F800; }
span { border-color: rgb(163,248,0); }
td.TdClassName
{
border-color: #A3F800;
}
.TagClassName
{
border-color: #A3F800;
}
</style>