Shades of Spring Bud #A8FD03
Tints of Spring Bud #A8FD03
RGB
CMYK
RGB Variations
Color information
#A8FD03 (or 0xA8FD03) is known color: Spring Bud. HEX triplet: A8, FD and 03. RGB value is (168,253,3). Sum of RGB (Red+Green+Blue) = 168+253+3=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 253 (99.22% from 255 or 59.67% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FD03 is #5702FC. Grayscale: #C8C8C8. Windows color (decimal): -5702397 or 261544. OLE color: 261544.
HSL color Cylindrical-coordinate representation of color #A8FD03: hue angle of 80.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8FD03 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 3 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.01 |
| HSL | 80.4º | 0.98% | 0.5% | - |
| HSV(B) | 80.4º | 0.99% | 0.99% | - |
| XYZ | 51.29 | 78.58 | 12.55 | - |
| YUV | 199.09 | 17.34 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 3 | 0.34 | 0 | 0.99 | 0.01 | 80.4 | 0.98 | 0.5 |
| Hex | A8 | FD | 3 | 22 | 0 | 63 | 1 | 50 | 62 | 32 |
| Octal | 250 | 375 | 3 | 42 | 0 | 143 | 1 | 120 | 142 | 62 |
| Binary | 10101000 | 11111101 | 11 | 100010 | 0 | 1100011 | 1 | 1010000 | 1100010 | 110010 |
Color Harmonies of #A8FD03
Complementary color
Monochromatic Colors of #A8FD03
Black with #A8FD03
Text Example
Text Example
White with #A8FD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FD03; }
p { color: rgb(168,253,3); }
H1.HeaderClassName
{
color: #A8FD03;
}
.AnyTagClassName
{
color: #A8FD03;
}
</style>
background-color css
<style>
a { background-color: #A8FD03; }
a { background-color: rgb(168,253,3); }
div.DivClassName
{
background-color: #A8FD03;
}
.BgClassName
{
background-color: #A8FD03;
}
</style>
border-color css
<style>
span { border-color: #A8FD03; }
span { border-color: rgb(168,253,3); }
td.TdClassName
{
border-color: #A8FD03;
}
.TagClassName
{
border-color: #A8FD03;
}
</style>