Shades of Spring Bud #A8F503
Tints of Spring Bud #A8F503
RGB
CMYK
RGB Variations
Color information
#A8F503 (or 0xA8F503) is known color: Spring Bud. HEX triplet: A8, F5 and 03. RGB value is (168,245,3). Sum of RGB (Red+Green+Blue) = 168+245+3=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 245 (96.09% from 255 or 58.89% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F503 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F503 is #570AFC. Grayscale: #C3C3C3. Windows color (decimal): -5704445 or 259496. OLE color: 259496.
HSL color Cylindrical-coordinate representation of color #A8F503: hue angle of 79.09º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8F503 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 3 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.04 |
| HSL | 79.09º | 0.98% | 0.49% | - |
| HSV(B) | 79.09º | 0.99% | 0.96% | - |
| XYZ | 48.82 | 73.64 | 11.73 | - |
| YUV | 194.39 | 19.99 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 3 | 0.31 | 0 | 0.99 | 0.04 | 79.09 | 0.98 | 0.49 |
| Hex | A8 | F5 | 3 | 1F | 0 | 63 | 4 | 4F | 62 | 31 |
| Octal | 250 | 365 | 3 | 37 | 0 | 143 | 4 | 117 | 142 | 61 |
| Binary | 10101000 | 11110101 | 11 | 11111 | 0 | 1100011 | 100 | 1001111 | 1100010 | 110001 |
Color Harmonies of #A8F503
Complementary color
Monochromatic Colors of #A8F503
Black with #A8F503
Text Example
Text Example
White with #A8F503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F503; }
p { color: rgb(168,245,3); }
H1.HeaderClassName
{
color: #A8F503;
}
.AnyTagClassName
{
color: #A8F503;
}
</style>
background-color css
<style>
a { background-color: #A8F503; }
a { background-color: rgb(168,245,3); }
div.DivClassName
{
background-color: #A8F503;
}
.BgClassName
{
background-color: #A8F503;
}
</style>
border-color css
<style>
span { border-color: #A8F503; }
span { border-color: rgb(168,245,3); }
td.TdClassName
{
border-color: #A8F503;
}
.TagClassName
{
border-color: #A8F503;
}
</style>