Shades of Spring Bud #A3FD15
Tints of Spring Bud #A3FD15
RGB
CMYK
RGB Variations
Color information
#A3FD15 (or 0xA3FD15) is known color: Spring Bud. HEX triplet: A3, FD and 15. RGB value is (163,253,21). Sum of RGB (Red+Green+Blue) = 163+253+21=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FD15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FD15 is #5C02EA. Grayscale: #C8C8C8. Windows color (decimal): -6030059 or 1441187. OLE color: 1441187.
HSL color Cylindrical-coordinate representation of color #A3FD15: hue angle of 83.28º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3FD15 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 253 | 21 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.01 |
| HSL | 83.28º | 0.98% | 0.54% | - |
| HSV(B) | 83.28º | 0.92% | 0.99% | - |
| XYZ | 50.36 | 78.09 | 13.13 | - |
| YUV | 199.64 | 27.18 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 253 | 21 | 0.36 | 0 | 0.92 | 0.01 | 83.28 | 0.98 | 0.54 |
| Hex | A3 | FD | 15 | 24 | 0 | 5C | 1 | 53 | 62 | 36 |
| Octal | 243 | 375 | 25 | 44 | 0 | 134 | 1 | 123 | 142 | 66 |
| Binary | 10100011 | 11111101 | 10101 | 100100 | 0 | 1011100 | 1 | 1010011 | 1100010 | 110110 |
Color Harmonies of #A3FD15
Complementary color
Monochromatic Colors of #A3FD15
Black with #A3FD15
Text Example
Text Example
White with #A3FD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FD15; }
p { color: rgb(163,253,21); }
H1.HeaderClassName
{
color: #A3FD15;
}
.AnyTagClassName
{
color: #A3FD15;
}
</style>
background-color css
<style>
a { background-color: #A3FD15; }
a { background-color: rgb(163,253,21); }
div.DivClassName
{
background-color: #A3FD15;
}
.BgClassName
{
background-color: #A3FD15;
}
</style>
border-color css
<style>
span { border-color: #A3FD15; }
span { border-color: rgb(163,253,21); }
td.TdClassName
{
border-color: #A3FD15;
}
.TagClassName
{
border-color: #A3FD15;
}
</style>