Shades of Spring Bud #A3F601
Tints of Spring Bud #A3F601
RGB
CMYK
RGB Variations
Color information
#A3F601 (or 0xA3F601) is known color: Spring Bud. HEX triplet: A3, F6 and 01. RGB value is (163,246,1). Sum of RGB (Red+Green+Blue) = 163+246+1=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 246 (96.48% from 255 or 60% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F601 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F601 is #5C09FE. Grayscale: #C2C2C2. Windows color (decimal): -6031871 or 128675. OLE color: 128675.
HSL color Cylindrical-coordinate representation of color #A3F601: hue angle of 80.33º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3F601 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 246 | 1 | - |
| CMYK | 0.34 | 0 | 1.00 | 0.04 |
| HSL | 80.33º | 0.99% | 0.48% | - |
| HSV(B) | 80.33º | 1% | 0.96% | - |
| XYZ | 48.07 | 73.7 | 11.72 | - |
| YUV | 193.25 | 19.5 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 246 | 1 | 0.34 | 0 | 1.00 | 0.04 | 80.33 | 0.99 | 0.48 |
| Hex | A3 | F6 | 1 | 22 | 0 | 64 | 4 | 50 | 63 | 30 |
| Octal | 243 | 366 | 1 | 42 | 0 | 144 | 4 | 120 | 143 | 60 |
| Binary | 10100011 | 11110110 | 1 | 100010 | 0 | 1100100 | 100 | 1010000 | 1100011 | 110000 |
Color Harmonies of #A3F601
Complementary color
Monochromatic Colors of #A3F601
Black with #A3F601
Text Example
Text Example
White with #A3F601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F601; }
p { color: rgb(163,246,1); }
H1.HeaderClassName
{
color: #A3F601;
}
.AnyTagClassName
{
color: #A3F601;
}
</style>
background-color css
<style>
a { background-color: #A3F601; }
a { background-color: rgb(163,246,1); }
div.DivClassName
{
background-color: #A3F601;
}
.BgClassName
{
background-color: #A3F601;
}
</style>
border-color css
<style>
span { border-color: #A3F601; }
span { border-color: rgb(163,246,1); }
td.TdClassName
{
border-color: #A3F601;
}
.TagClassName
{
border-color: #A3F601;
}
</style>