Shades of Spring Bud #A3FF00
Tints of Spring Bud #A3FF00
RGB
CMYK
RGB Variations
Color information
#A3FF00 (or 0xA3FF00) is known color: Spring Bud. HEX triplet: A3, FF and 00. RGB value is (163,255,0). Sum of RGB (Red+Green+Blue) = 163+255+0=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FF00 is #5C00FF. Grayscale: #C7C7C7. Windows color (decimal): -6029568 or 65443. OLE color: 65443.
HSL color Cylindrical-coordinate representation of color #A3FF00: hue angle of 81.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3FF00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0 |
| HSL | 81.65º | 1% | 0.5% | - |
| HSV(B) | 81.65º | 1% | 1% | - |
| XYZ | 50.86 | 79.31 | 12.63 | - |
| YUV | 198.42 | 16.02 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 0 | 0.36 | 0 | 1 | 0 | 81.65 | 1 | 0.5 |
| Hex | A3 | FF | 0 | 24 | 0 | 64 | 0 | 52 | 64 | 32 |
| Octal | 243 | 377 | 0 | 44 | 0 | 144 | 0 | 122 | 144 | 62 |
| Binary | 10100011 | 11111111 | 0 | 100100 | 0 | 1100100 | 0 | 1010010 | 1100100 | 110010 |
Color Harmonies of #A3FF00
Complementary color
Monochromatic Colors of #A3FF00
Black with #A3FF00
Text Example
Text Example
White with #A3FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FF00; }
p { color: rgb(163,255,0); }
H1.HeaderClassName
{
color: #A3FF00;
}
.AnyTagClassName
{
color: #A3FF00;
}
</style>
background-color css
<style>
a { background-color: #A3FF00; }
a { background-color: rgb(163,255,0); }
div.DivClassName
{
background-color: #A3FF00;
}
.BgClassName
{
background-color: #A3FF00;
}
</style>
border-color css
<style>
span { border-color: #A3FF00; }
span { border-color: rgb(163,255,0); }
td.TdClassName
{
border-color: #A3FF00;
}
.TagClassName
{
border-color: #A3FF00;
}
</style>