Shades of Spring Bud #A3FC15
Tints of Spring Bud #A3FC15
RGB
CMYK
RGB Variations
Color information
#A3FC15 (or 0xA3FC15) is known color: Spring Bud. HEX triplet: A3, FC and 15. RGB value is (163,252,21). Sum of RGB (Red+Green+Blue) = 163+252+21=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FC15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FC15 is #5C03EA. Grayscale: #C7C7C7. Windows color (decimal): -6030315 or 1440931. OLE color: 1440931.
HSL color Cylindrical-coordinate representation of color #A3FC15: hue angle of 83.12º degrees, saturation: 0.97, 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 #A3FC15 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 21 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.01 |
| HSL | 83.12º | 0.97% | 0.54% | - |
| HSV(B) | 83.12º | 0.92% | 0.99% | - |
| XYZ | 50.05 | 77.46 | 13.02 | - |
| YUV | 199.06 | 27.51 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 21 | 0.35 | 0 | 0.92 | 0.01 | 83.12 | 0.97 | 0.54 |
| Hex | A3 | FC | 15 | 23 | 0 | 5C | 1 | 53 | 61 | 36 |
| Octal | 243 | 374 | 25 | 43 | 0 | 134 | 1 | 123 | 141 | 66 |
| Binary | 10100011 | 11111100 | 10101 | 100011 | 0 | 1011100 | 1 | 1010011 | 1100001 | 110110 |
Color Harmonies of #A3FC15
Complementary color
Monochromatic Colors of #A3FC15
Black with #A3FC15
Text Example
Text Example
White with #A3FC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FC15; }
p { color: rgb(163,252,21); }
H1.HeaderClassName
{
color: #A3FC15;
}
.AnyTagClassName
{
color: #A3FC15;
}
</style>
background-color css
<style>
a { background-color: #A3FC15; }
a { background-color: rgb(163,252,21); }
div.DivClassName
{
background-color: #A3FC15;
}
.BgClassName
{
background-color: #A3FC15;
}
</style>
border-color css
<style>
span { border-color: #A3FC15; }
span { border-color: rgb(163,252,21); }
td.TdClassName
{
border-color: #A3FC15;
}
.TagClassName
{
border-color: #A3FC15;
}
</style>