Shades of Spring Bud #A8FA05
Tints of Spring Bud #A8FA05
RGB
CMYK
RGB Variations
Color information
#A8FA05 (or 0xA8FA05) is known color: Spring Bud. HEX triplet: A8, FA and 05. RGB value is (168,250,5). Sum of RGB (Red+Green+Blue) = 168+250+5=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FA05 is #5705FA. Grayscale: #C6C6C6. Windows color (decimal): -5703163 or 391848. OLE color: 391848.
HSL color Cylindrical-coordinate representation of color #A8FA05: hue angle of 80.08º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8FA05 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 5 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.02 |
| HSL | 80.08º | 0.96% | 0.5% | - |
| HSV(B) | 80.08º | 0.98% | 0.98% | - |
| XYZ | 50.36 | 76.71 | 12.3 | - |
| YUV | 197.55 | 19.33 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 5 | 0.33 | 0 | 0.98 | 0.02 | 80.08 | 0.96 | 0.5 |
| Hex | A8 | FA | 5 | 21 | 0 | 62 | 2 | 50 | 60 | 32 |
| Octal | 250 | 372 | 5 | 41 | 0 | 142 | 2 | 120 | 140 | 62 |
| Binary | 10101000 | 11111010 | 101 | 100001 | 0 | 1100010 | 10 | 1010000 | 1100000 | 110010 |
Color Harmonies of #A8FA05
Complementary color
Monochromatic Colors of #A8FA05
Black with #A8FA05
Text Example
Text Example
White with #A8FA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA05; }
p { color: rgb(168,250,5); }
H1.HeaderClassName
{
color: #A8FA05;
}
.AnyTagClassName
{
color: #A8FA05;
}
</style>
background-color css
<style>
a { background-color: #A8FA05; }
a { background-color: rgb(168,250,5); }
div.DivClassName
{
background-color: #A8FA05;
}
.BgClassName
{
background-color: #A8FA05;
}
</style>
border-color css
<style>
span { border-color: #A8FA05; }
span { border-color: rgb(168,250,5); }
td.TdClassName
{
border-color: #A8FA05;
}
.TagClassName
{
border-color: #A8FA05;
}
</style>