Shades of Spring Bud #A3F205
Tints of Spring Bud #A3F205
RGB
CMYK
RGB Variations
Color information
#A3F205 (or 0xA3F205) is known color: Spring Bud. HEX triplet: A3, F2 and 05. RGB value is (163,242,5). Sum of RGB (Red+Green+Blue) = 163+242+5=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F205 is #5C0DFA. Grayscale: #C0C0C0. Windows color (decimal): -6032891 or 389795. OLE color: 389795.
HSL color Cylindrical-coordinate representation of color #A3F205: hue angle of 80º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3F205 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 5 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.05 |
| HSL | 80º | 0.96% | 0.48% | - |
| HSV(B) | 80º | 0.98% | 0.95% | - |
| XYZ | 46.88 | 71.3 | 11.44 | - |
| YUV | 191.36 | 22.83 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 5 | 0.33 | 0 | 0.98 | 0.05 | 80 | 0.96 | 0.48 |
| Hex | A3 | F2 | 5 | 21 | 0 | 62 | 5 | 50 | 60 | 30 |
| Octal | 243 | 362 | 5 | 41 | 0 | 142 | 5 | 120 | 140 | 60 |
| Binary | 10100011 | 11110010 | 101 | 100001 | 0 | 1100010 | 101 | 1010000 | 1100000 | 110000 |
Color Harmonies of #A3F205
Complementary color
Monochromatic Colors of #A3F205
Black with #A3F205
Text Example
Text Example
White with #A3F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F205; }
p { color: rgb(163,242,5); }
H1.HeaderClassName
{
color: #A3F205;
}
.AnyTagClassName
{
color: #A3F205;
}
</style>
background-color css
<style>
a { background-color: #A3F205; }
a { background-color: rgb(163,242,5); }
div.DivClassName
{
background-color: #A3F205;
}
.BgClassName
{
background-color: #A3F205;
}
</style>
border-color css
<style>
span { border-color: #A3F205; }
span { border-color: rgb(163,242,5); }
td.TdClassName
{
border-color: #A3F205;
}
.TagClassName
{
border-color: #A3F205;
}
</style>