Shades of Spring Bud #A1FA0E
Tints of Spring Bud #A1FA0E
RGB
CMYK
RGB Variations
Color information
#A1FA0E (or 0xA1FA0E) is known color: Spring Bud. HEX triplet: A1, FA and 0E. RGB value is (161,250,14). Sum of RGB (Red+Green+Blue) = 161+250+14=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FA0E is #5E05F1. Grayscale: #C5C5C5. Windows color (decimal): -6161906 or 981665. OLE color: 981665.
HSL color Cylindrical-coordinate representation of color #A1FA0E: hue angle of 82.63º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1FA0E is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 14 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.02 |
| HSL | 82.63º | 0.96% | 0.52% | - |
| HSV(B) | 82.63º | 0.94% | 0.98% | - |
| XYZ | 48.96 | 75.98 | 12.5 | - |
| YUV | 196.49 | 25.01 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 14 | 0.36 | 0 | 0.94 | 0.02 | 82.63 | 0.96 | 0.52 |
| Hex | A1 | FA | E | 24 | 0 | 5E | 2 | 53 | 60 | 34 |
| Octal | 241 | 372 | 16 | 44 | 0 | 136 | 2 | 123 | 140 | 64 |
| Binary | 10100001 | 11111010 | 1110 | 100100 | 0 | 1011110 | 10 | 1010011 | 1100000 | 110100 |
Color Harmonies of #A1FA0E
Complementary color
Monochromatic Colors of #A1FA0E
Black with #A1FA0E
Text Example
Text Example
White with #A1FA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA0E; }
p { color: rgb(161,250,14); }
H1.HeaderClassName
{
color: #A1FA0E;
}
.AnyTagClassName
{
color: #A1FA0E;
}
</style>
background-color css
<style>
a { background-color: #A1FA0E; }
a { background-color: rgb(161,250,14); }
div.DivClassName
{
background-color: #A1FA0E;
}
.BgClassName
{
background-color: #A1FA0E;
}
</style>
border-color css
<style>
span { border-color: #A1FA0E; }
span { border-color: rgb(161,250,14); }
td.TdClassName
{
border-color: #A1FA0E;
}
.TagClassName
{
border-color: #A1FA0E;
}
</style>