Shades of Spring Bud #A9F510
Tints of Spring Bud #A9F510
RGB
CMYK
RGB Variations
Color information
#A9F510 (or 0xA9F510) is known color: Spring Bud. HEX triplet: A9, F5 and 10. RGB value is (169,245,16). Sum of RGB (Red+Green+Blue) = 169+245+16=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 245 (96.09% from 255 or 56.98% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 245 - color contains mainly: green. Hex color #A9F510 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F510 is #560AEF. Grayscale: #C5C5C5. Windows color (decimal): -5638896 or 1111465. OLE color: 1111465.
HSL color Cylindrical-coordinate representation of color #A9F510: hue angle of 79.91º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9F510 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 245 | 16 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.04 |
| HSL | 79.91º | 0.92% | 0.51% | - |
| HSV(B) | 79.91º | 0.93% | 0.96% | - |
| XYZ | 49.11 | 73.78 | 12.14 | - |
| YUV | 196.17 | 26.32 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 245 | 16 | 0.31 | 0 | 0.93 | 0.04 | 79.91 | 0.92 | 0.51 |
| Hex | A9 | F5 | 10 | 1F | 0 | 5D | 4 | 50 | 5C | 33 |
| Octal | 251 | 365 | 20 | 37 | 0 | 135 | 4 | 120 | 134 | 63 |
| Binary | 10101001 | 11110101 | 10000 | 11111 | 0 | 1011101 | 100 | 1010000 | 1011100 | 110011 |
Color Harmonies of #A9F510
Complementary color
Monochromatic Colors of #A9F510
Black with #A9F510
Text Example
Text Example
White with #A9F510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F510; }
p { color: rgb(169,245,16); }
H1.HeaderClassName
{
color: #A9F510;
}
.AnyTagClassName
{
color: #A9F510;
}
</style>
background-color css
<style>
a { background-color: #A9F510; }
a { background-color: rgb(169,245,16); }
div.DivClassName
{
background-color: #A9F510;
}
.BgClassName
{
background-color: #A9F510;
}
</style>
border-color css
<style>
span { border-color: #A9F510; }
span { border-color: rgb(169,245,16); }
td.TdClassName
{
border-color: #A9F510;
}
.TagClassName
{
border-color: #A9F510;
}
</style>