Shades of Spring Bud #A8FC03
Tints of Spring Bud #A8FC03
RGB
CMYK
RGB Variations
Color information
#A8FC03 (or 0xA8FC03) is known color: Spring Bud. HEX triplet: A8, FC and 03. RGB value is (168,252,3). Sum of RGB (Red+Green+Blue) = 168+252+3=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 252 (98.83% from 255 or 59.57% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FC03 is #5703FC. Grayscale: #C7C7C7. Windows color (decimal): -5702653 or 261288. OLE color: 261288.
HSL color Cylindrical-coordinate representation of color #A8FC03: hue angle of 80.24º 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 #A8FC03 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 3 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.01 |
| HSL | 80.24º | 0.98% | 0.5% | - |
| HSV(B) | 80.24º | 0.99% | 0.99% | - |
| XYZ | 50.98 | 77.95 | 12.45 | - |
| YUV | 198.5 | 17.67 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 3 | 0.33 | 0 | 0.99 | 0.01 | 80.24 | 0.98 | 0.5 |
| Hex | A8 | FC | 3 | 21 | 0 | 63 | 1 | 50 | 62 | 32 |
| Octal | 250 | 374 | 3 | 41 | 0 | 143 | 1 | 120 | 142 | 62 |
| Binary | 10101000 | 11111100 | 11 | 100001 | 0 | 1100011 | 1 | 1010000 | 1100010 | 110010 |
Color Harmonies of #A8FC03
Complementary color
Monochromatic Colors of #A8FC03
Black with #A8FC03
Text Example
Text Example
White with #A8FC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC03; }
p { color: rgb(168,252,3); }
H1.HeaderClassName
{
color: #A8FC03;
}
.AnyTagClassName
{
color: #A8FC03;
}
</style>
background-color css
<style>
a { background-color: #A8FC03; }
a { background-color: rgb(168,252,3); }
div.DivClassName
{
background-color: #A8FC03;
}
.BgClassName
{
background-color: #A8FC03;
}
</style>
border-color css
<style>
span { border-color: #A8FC03; }
span { border-color: rgb(168,252,3); }
td.TdClassName
{
border-color: #A8FC03;
}
.TagClassName
{
border-color: #A8FC03;
}
</style>