Shades of Spring Bud #A8F005
Tints of Spring Bud #A8F005
RGB
CMYK
RGB Variations
Color information
#A8F005 (or 0xA8F005) is known color: Spring Bud. HEX triplet: A8, F0 and 05. RGB value is (168,240,5). Sum of RGB (Red+Green+Blue) = 168+240+5=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F005 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F005 is #570FFA. Grayscale: #C0C0C0. Windows color (decimal): -5705723 or 389288. OLE color: 389288.
HSL color Cylindrical-coordinate representation of color #A8F005: hue angle of 78.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8F005 is Cyan = 0.3, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 5 | - |
| CMYK | 0.3 | 0 | 0.98 | 0.06 |
| HSL | 78.38º | 0.96% | 0.48% | - |
| HSV(B) | 78.38º | 0.98% | 0.94% | - |
| XYZ | 47.34 | 70.66 | 11.29 | - |
| YUV | 191.68 | 22.65 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 5 | 0.3 | 0 | 0.98 | 0.06 | 78.38 | 0.96 | 0.48 |
| Hex | A8 | F0 | 5 | 1E | 0 | 62 | 6 | 4E | 60 | 30 |
| Octal | 250 | 360 | 5 | 36 | 0 | 142 | 6 | 116 | 140 | 60 |
| Binary | 10101000 | 11110000 | 101 | 11110 | 0 | 1100010 | 110 | 1001110 | 1100000 | 110000 |
Color Harmonies of #A8F005
Complementary color
Monochromatic Colors of #A8F005
Black with #A8F005
Text Example
Text Example
White with #A8F005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F005; }
p { color: rgb(168,240,5); }
H1.HeaderClassName
{
color: #A8F005;
}
.AnyTagClassName
{
color: #A8F005;
}
</style>
background-color css
<style>
a { background-color: #A8F005; }
a { background-color: rgb(168,240,5); }
div.DivClassName
{
background-color: #A8F005;
}
.BgClassName
{
background-color: #A8F005;
}
</style>
border-color css
<style>
span { border-color: #A8F005; }
span { border-color: rgb(168,240,5); }
td.TdClassName
{
border-color: #A8F005;
}
.TagClassName
{
border-color: #A8F005;
}
</style>