Shades of Spring Bud #A3F00E
Tints of Spring Bud #A3F00E
RGB
CMYK
RGB Variations
Color information
#A3F00E (or 0xA3F00E) is known color: Spring Bud. HEX triplet: A3, F0 and 0E. RGB value is (163,240,14). Sum of RGB (Red+Green+Blue) = 163+240+14=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 240 (94.14% from 255 or 57.55% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F00E is #5C0FF1. Grayscale: #C0C0C0. Windows color (decimal): -6033394 or 979107. OLE color: 979107.
HSL color Cylindrical-coordinate representation of color #A3F00E: hue angle of 80.44º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3F00E is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 240 | 14 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.06 |
| HSL | 80.44º | 0.89% | 0.5% | - |
| HSV(B) | 80.44º | 0.94% | 0.94% | - |
| XYZ | 46.34 | 70.14 | 11.51 | - |
| YUV | 191.21 | 27.99 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 240 | 14 | 0.32 | 0 | 0.94 | 0.06 | 80.44 | 0.89 | 0.5 |
| Hex | A3 | F0 | E | 20 | 0 | 5E | 6 | 50 | 59 | 32 |
| Octal | 243 | 360 | 16 | 40 | 0 | 136 | 6 | 120 | 131 | 62 |
| Binary | 10100011 | 11110000 | 1110 | 100000 | 0 | 1011110 | 110 | 1010000 | 1011001 | 110010 |
Color Harmonies of #A3F00E
Complementary color
Monochromatic Colors of #A3F00E
Black with #A3F00E
Text Example
Text Example
White with #A3F00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F00E; }
p { color: rgb(163,240,14); }
H1.HeaderClassName
{
color: #A3F00E;
}
.AnyTagClassName
{
color: #A3F00E;
}
</style>
background-color css
<style>
a { background-color: #A3F00E; }
a { background-color: rgb(163,240,14); }
div.DivClassName
{
background-color: #A3F00E;
}
.BgClassName
{
background-color: #A3F00E;
}
</style>
border-color css
<style>
span { border-color: #A3F00E; }
span { border-color: rgb(163,240,14); }
td.TdClassName
{
border-color: #A3F00E;
}
.TagClassName
{
border-color: #A3F00E;
}
</style>