Shades of Spring Bud #A3F210
Tints of Spring Bud #A3F210
RGB
CMYK
RGB Variations
Color information
#A3F210 (or 0xA3F210) is known color: Spring Bud. HEX triplet: A3, F2 and 10. RGB value is (163,242,16). Sum of RGB (Red+Green+Blue) = 163+242+16=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F210 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F210 is #5C0DEF. Grayscale: #C1C1C1. Windows color (decimal): -6032880 or 1110691. OLE color: 1110691.
HSL color Cylindrical-coordinate representation of color #A3F210: hue angle of 80.97º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3F210 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 16 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.05 |
| HSL | 80.97º | 0.9% | 0.51% | - |
| HSV(B) | 80.97º | 0.93% | 0.95% | - |
| XYZ | 46.95 | 71.33 | 11.78 | - |
| YUV | 192.62 | 28.33 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 16 | 0.33 | 0 | 0.93 | 0.05 | 80.97 | 0.9 | 0.51 |
| Hex | A3 | F2 | 10 | 21 | 0 | 5D | 5 | 51 | 5A | 33 |
| Octal | 243 | 362 | 20 | 41 | 0 | 135 | 5 | 121 | 132 | 63 |
| Binary | 10100011 | 11110010 | 10000 | 100001 | 0 | 1011101 | 101 | 1010001 | 1011010 | 110011 |
Color Harmonies of #A3F210
Complementary color
Monochromatic Colors of #A3F210
Black with #A3F210
Text Example
Text Example
White with #A3F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F210; }
p { color: rgb(163,242,16); }
H1.HeaderClassName
{
color: #A3F210;
}
.AnyTagClassName
{
color: #A3F210;
}
</style>
background-color css
<style>
a { background-color: #A3F210; }
a { background-color: rgb(163,242,16); }
div.DivClassName
{
background-color: #A3F210;
}
.BgClassName
{
background-color: #A3F210;
}
</style>
border-color css
<style>
span { border-color: #A3F210; }
span { border-color: rgb(163,242,16); }
td.TdClassName
{
border-color: #A3F210;
}
.TagClassName
{
border-color: #A3F210;
}
</style>