Shades of Spring Bud #A3FB0F
Tints of Spring Bud #A3FB0F
RGB
CMYK
RGB Variations
Color information
#A3FB0F (or 0xA3FB0F) is known color: Spring Bud. HEX triplet: A3, FB and 0F. RGB value is (163,251,15). Sum of RGB (Red+Green+Blue) = 163+251+15=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 251 (98.44% from 255 or 58.51% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FB0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FB0F is #5C04F0. Grayscale: #C6C6C6. Windows color (decimal): -6030577 or 1047459. OLE color: 1047459.
HSL color Cylindrical-coordinate representation of color #A3FB0F: hue angle of 82.37º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3FB0F is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 251 | 15 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.02 |
| HSL | 82.37º | 0.97% | 0.52% | - |
| HSV(B) | 82.37º | 0.94% | 0.98% | - |
| XYZ | 49.69 | 76.82 | 12.66 | - |
| YUV | 197.78 | 24.85 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 251 | 15 | 0.35 | 0 | 0.94 | 0.02 | 82.37 | 0.97 | 0.52 |
| Hex | A3 | FB | F | 23 | 0 | 5E | 2 | 52 | 61 | 34 |
| Octal | 243 | 373 | 17 | 43 | 0 | 136 | 2 | 122 | 141 | 64 |
| Binary | 10100011 | 11111011 | 1111 | 100011 | 0 | 1011110 | 10 | 1010010 | 1100001 | 110100 |
Color Harmonies of #A3FB0F
Complementary color
Monochromatic Colors of #A3FB0F
Black with #A3FB0F
Text Example
Text Example
White with #A3FB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FB0F; }
p { color: rgb(163,251,15); }
H1.HeaderClassName
{
color: #A3FB0F;
}
.AnyTagClassName
{
color: #A3FB0F;
}
</style>
background-color css
<style>
a { background-color: #A3FB0F; }
a { background-color: rgb(163,251,15); }
div.DivClassName
{
background-color: #A3FB0F;
}
.BgClassName
{
background-color: #A3FB0F;
}
</style>
border-color css
<style>
span { border-color: #A3FB0F; }
span { border-color: rgb(163,251,15); }
td.TdClassName
{
border-color: #A3FB0F;
}
.TagClassName
{
border-color: #A3FB0F;
}
</style>