Shades of Spring Bud #A9F005
Tints of Spring Bud #A9F005
RGB
CMYK
RGB Variations
Color information
#A9F005 (or 0xA9F005) is known color: Spring Bud. HEX triplet: A9, F0 and 05. RGB value is (169,240,5). Sum of RGB (Red+Green+Blue) = 169+240+5=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F005 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F005 is #560FFA. Grayscale: #C0C0C0. Windows color (decimal): -5640187 or 389289. OLE color: 389289.
HSL color Cylindrical-coordinate representation of color #A9F005: hue angle of 78.13º 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 #A9F005 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 5 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.06 |
| HSL | 78.13º | 0.96% | 0.48% | - |
| HSV(B) | 78.13º | 0.98% | 0.94% | - |
| XYZ | 47.55 | 70.77 | 11.3 | - |
| YUV | 191.98 | 22.48 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 5 | 0.30 | 0 | 0.98 | 0.06 | 78.13 | 0.96 | 0.48 |
| Hex | A9 | F0 | 5 | 1E | 0 | 62 | 6 | 4E | 60 | 30 |
| Octal | 251 | 360 | 5 | 36 | 0 | 142 | 6 | 116 | 140 | 60 |
| Binary | 10101001 | 11110000 | 101 | 11110 | 0 | 1100010 | 110 | 1001110 | 1100000 | 110000 |
Color Harmonies of #A9F005
Complementary color
Monochromatic Colors of #A9F005
Black with #A9F005
Text Example
Text Example
White with #A9F005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F005; }
p { color: rgb(169,240,5); }
H1.HeaderClassName
{
color: #A9F005;
}
.AnyTagClassName
{
color: #A9F005;
}
</style>
background-color css
<style>
a { background-color: #A9F005; }
a { background-color: rgb(169,240,5); }
div.DivClassName
{
background-color: #A9F005;
}
.BgClassName
{
background-color: #A9F005;
}
</style>
border-color css
<style>
span { border-color: #A9F005; }
span { border-color: rgb(169,240,5); }
td.TdClassName
{
border-color: #A9F005;
}
.TagClassName
{
border-color: #A9F005;
}
</style>