Shades of Spring Bud #A3F700
Tints of Spring Bud #A3F700
RGB
CMYK
RGB Variations
Color information
#A3F700 (or 0xA3F700) is known color: Spring Bud. HEX triplet: A3, F7 and 00. RGB value is (163,247,0). Sum of RGB (Red+Green+Blue) = 163+247+0=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 247 (96.88% from 255 or 60.24% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 247 - color contains mainly: green. Hex color #A3F700 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F700 is #5C08FF. Grayscale: #C2C2C2. Windows color (decimal): -6031616 or 63395. OLE color: 63395.
HSL color Cylindrical-coordinate representation of color #A3F700: hue angle of 80.4º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3F700 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 247 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.03 |
| HSL | 80.4º | 1% | 0.48% | - |
| HSV(B) | 80.4º | 1% | 0.97% | - |
| XYZ | 48.37 | 74.31 | 11.79 | - |
| YUV | 193.73 | 18.67 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 247 | 0 | 0.34 | 0 | 1 | 0.03 | 80.4 | 1 | 0.48 |
| Hex | A3 | F7 | 0 | 22 | 0 | 64 | 3 | 50 | 64 | 30 |
| Octal | 243 | 367 | 0 | 42 | 0 | 144 | 3 | 120 | 144 | 60 |
| Binary | 10100011 | 11110111 | 0 | 100010 | 0 | 1100100 | 11 | 1010000 | 1100100 | 110000 |
Color Harmonies of #A3F700
Complementary color
Monochromatic Colors of #A3F700
Black with #A3F700
Text Example
Text Example
White with #A3F700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F700; }
p { color: rgb(163,247,0); }
H1.HeaderClassName
{
color: #A3F700;
}
.AnyTagClassName
{
color: #A3F700;
}
</style>
background-color css
<style>
a { background-color: #A3F700; }
a { background-color: rgb(163,247,0); }
div.DivClassName
{
background-color: #A3F700;
}
.BgClassName
{
background-color: #A3F700;
}
</style>
border-color css
<style>
span { border-color: #A3F700; }
span { border-color: rgb(163,247,0); }
td.TdClassName
{
border-color: #A3F700;
}
.TagClassName
{
border-color: #A3F700;
}
</style>