Shades of Spring Bud #A9FE00
Tints of Spring Bud #A9FE00
RGB
CMYK
RGB Variations
Color information
#A9FE00 (or 0xA9FE00) is known color: Spring Bud. HEX triplet: A9, FE and 00. RGB value is (169,254,0). Sum of RGB (Red+Green+Blue) = 169+254+0=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 254 (99.61% from 255 or 60.05% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 254 - color contains mainly: green. Hex color #A9FE00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9FE00 is #5601FF. Grayscale: #C8C8C8. Windows color (decimal): -5636608 or 65193. OLE color: 65193.
HSL color Cylindrical-coordinate representation of color #A9FE00: hue angle of 80.08º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9FE00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 254 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.00 |
| HSL | 80.08º | 1% | 0.5% | - |
| HSV(B) | 80.08º | 1% | 1% | - |
| XYZ | 51.8 | 79.32 | 12.58 | - |
| YUV | 199.63 | 15.34 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 254 | 0 | 0.33 | 0 | 1 | 0.00 | 80.08 | 1 | 0.5 |
| Hex | A9 | FE | 0 | 21 | 0 | 64 | 0 | 50 | 64 | 32 |
| Octal | 251 | 376 | 0 | 41 | 0 | 144 | 0 | 120 | 144 | 62 |
| Binary | 10101001 | 11111110 | 0 | 100001 | 0 | 1100100 | 0 | 1010000 | 1100100 | 110010 |
Color Harmonies of #A9FE00
Complementary color
Monochromatic Colors of #A9FE00
Black with #A9FE00
Text Example
Text Example
White with #A9FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FE00; }
p { color: rgb(169,254,0); }
H1.HeaderClassName
{
color: #A9FE00;
}
.AnyTagClassName
{
color: #A9FE00;
}
</style>
background-color css
<style>
a { background-color: #A9FE00; }
a { background-color: rgb(169,254,0); }
div.DivClassName
{
background-color: #A9FE00;
}
.BgClassName
{
background-color: #A9FE00;
}
</style>
border-color css
<style>
span { border-color: #A9FE00; }
span { border-color: rgb(169,254,0); }
td.TdClassName
{
border-color: #A9FE00;
}
.TagClassName
{
border-color: #A9FE00;
}
</style>