Shades of Spring Bud #A5FC03
Tints of Spring Bud #A5FC03
RGB
CMYK
RGB Variations
Color information
#A5FC03 (or 0xA5FC03) is known color: Spring Bud. HEX triplet: A5, FC and 03. RGB value is (165,252,3). Sum of RGB (Red+Green+Blue) = 165+252+3=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 252 (98.83% from 255 or 60% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FC03 is #5A03FC. Grayscale: #C6C6C6. Windows color (decimal): -5899261 or 261285. OLE color: 261285.
HSL color Cylindrical-coordinate representation of color #A5FC03: hue angle of 80.96º 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 #A5FC03 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 252 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.01 |
| HSL | 80.96º | 0.98% | 0.5% | - |
| HSV(B) | 80.96º | 0.99% | 0.99% | - |
| XYZ | 50.34 | 77.63 | 12.42 | - |
| YUV | 197.6 | 18.18 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 252 | 3 | 0.35 | 0 | 0.99 | 0.01 | 80.96 | 0.98 | 0.5 |
| Hex | A5 | FC | 3 | 23 | 0 | 63 | 1 | 51 | 62 | 32 |
| Octal | 245 | 374 | 3 | 43 | 0 | 143 | 1 | 121 | 142 | 62 |
| Binary | 10100101 | 11111100 | 11 | 100011 | 0 | 1100011 | 1 | 1010001 | 1100010 | 110010 |
Color Harmonies of #A5FC03
Complementary color
Monochromatic Colors of #A5FC03
Black with #A5FC03
Text Example
Text Example
White with #A5FC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FC03; }
p { color: rgb(165,252,3); }
H1.HeaderClassName
{
color: #A5FC03;
}
.AnyTagClassName
{
color: #A5FC03;
}
</style>
background-color css
<style>
a { background-color: #A5FC03; }
a { background-color: rgb(165,252,3); }
div.DivClassName
{
background-color: #A5FC03;
}
.BgClassName
{
background-color: #A5FC03;
}
</style>
border-color css
<style>
span { border-color: #A5FC03; }
span { border-color: rgb(165,252,3); }
td.TdClassName
{
border-color: #A5FC03;
}
.TagClassName
{
border-color: #A5FC03;
}
</style>