Shades of Spring Bud #A9F805
Tints of Spring Bud #A9F805
RGB
CMYK
RGB Variations
Color information
#A9F805 (or 0xA9F805) is known color: Spring Bud. HEX triplet: A9, F8 and 05. RGB value is (169,248,5). Sum of RGB (Red+Green+Blue) = 169+248+5=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 248 (97.27% from 255 or 58.77% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 248 - color contains mainly: green. Hex color #A9F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F805 is #5607FA. Grayscale: #C5C5C5. Windows color (decimal): -5638139 or 391337. OLE color: 391337.
HSL color Cylindrical-coordinate representation of color #A9F805: hue angle of 79.51º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9F805 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 248 | 5 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.03 |
| HSL | 79.51º | 0.96% | 0.5% | - |
| HSV(B) | 79.51º | 0.98% | 0.97% | - |
| XYZ | 49.96 | 75.58 | 12.1 | - |
| YUV | 196.68 | 19.83 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 248 | 5 | 0.32 | 0 | 0.98 | 0.03 | 79.51 | 0.96 | 0.5 |
| Hex | A9 | F8 | 5 | 20 | 0 | 62 | 3 | 50 | 60 | 32 |
| Octal | 251 | 370 | 5 | 40 | 0 | 142 | 3 | 120 | 140 | 62 |
| Binary | 10101001 | 11111000 | 101 | 100000 | 0 | 1100010 | 11 | 1010000 | 1100000 | 110010 |
Color Harmonies of #A9F805
Complementary color
Monochromatic Colors of #A9F805
Black with #A9F805
Text Example
Text Example
White with #A9F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F805; }
p { color: rgb(169,248,5); }
H1.HeaderClassName
{
color: #A9F805;
}
.AnyTagClassName
{
color: #A9F805;
}
</style>
background-color css
<style>
a { background-color: #A9F805; }
a { background-color: rgb(169,248,5); }
div.DivClassName
{
background-color: #A9F805;
}
.BgClassName
{
background-color: #A9F805;
}
</style>
border-color css
<style>
span { border-color: #A9F805; }
span { border-color: rgb(169,248,5); }
td.TdClassName
{
border-color: #A9F805;
}
.TagClassName
{
border-color: #A9F805;
}
</style>