Shades of Spring Bud #A3FE10
Tints of Spring Bud #A3FE10
RGB
CMYK
RGB Variations
Color information
#A3FE10 (or 0xA3FE10) is known color: Spring Bud. HEX triplet: A3, FE and 10. RGB value is (163,254,16). Sum of RGB (Red+Green+Blue) = 163+254+16=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 254 (99.61% from 255 or 58.66% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FE10 is #5C01EF. Grayscale: #C8C8C8. Windows color (decimal): -6029808 or 1113763. OLE color: 1113763.
HSL color Cylindrical-coordinate representation of color #A3FE10: hue angle of 82.94º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3FE10 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 16 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.00 |
| HSL | 82.94º | 0.99% | 0.53% | - |
| HSV(B) | 82.94º | 0.94% | 1% | - |
| XYZ | 50.64 | 78.71 | 13.01 | - |
| YUV | 199.66 | 24.35 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 16 | 0.36 | 0 | 0.94 | 0.00 | 82.94 | 0.99 | 0.53 |
| Hex | A3 | FE | 10 | 24 | 0 | 5E | 0 | 53 | 63 | 35 |
| Octal | 243 | 376 | 20 | 44 | 0 | 136 | 0 | 123 | 143 | 65 |
| Binary | 10100011 | 11111110 | 10000 | 100100 | 0 | 1011110 | 0 | 1010011 | 1100011 | 110101 |
Color Harmonies of #A3FE10
Complementary color
Monochromatic Colors of #A3FE10
Black with #A3FE10
Text Example
Text Example
White with #A3FE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FE10; }
p { color: rgb(163,254,16); }
H1.HeaderClassName
{
color: #A3FE10;
}
.AnyTagClassName
{
color: #A3FE10;
}
</style>
background-color css
<style>
a { background-color: #A3FE10; }
a { background-color: rgb(163,254,16); }
div.DivClassName
{
background-color: #A3FE10;
}
.BgClassName
{
background-color: #A3FE10;
}
</style>
border-color css
<style>
span { border-color: #A3FE10; }
span { border-color: rgb(163,254,16); }
td.TdClassName
{
border-color: #A3FE10;
}
.TagClassName
{
border-color: #A3FE10;
}
</style>