Shades of Spring Bud #A1F904
Tints of Spring Bud #A1F904
RGB
CMYK
RGB Variations
Color information
#A1F904 (or 0xA1F904) is known color: Spring Bud. HEX triplet: A1, F9 and 04. RGB value is (161,249,4). Sum of RGB (Red+Green+Blue) = 161+249+4=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 249 (97.66% from 255 or 60.14% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F904 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F904 is #5E06FB. Grayscale: #C3C3C3. Windows color (decimal): -6162172 or 326049. OLE color: 326049.
HSL color Cylindrical-coordinate representation of color #A1F904: hue angle of 81.55º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1F904 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 4 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.02 |
| HSL | 81.55º | 0.97% | 0.5% | - |
| HSV(B) | 81.55º | 0.98% | 0.98% | - |
| XYZ | 48.6 | 75.34 | 12.1 | - |
| YUV | 194.76 | 20.35 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 4 | 0.35 | 0 | 0.98 | 0.02 | 81.55 | 0.97 | 0.5 |
| Hex | A1 | F9 | 4 | 23 | 0 | 62 | 2 | 52 | 61 | 32 |
| Octal | 241 | 371 | 4 | 43 | 0 | 142 | 2 | 122 | 141 | 62 |
| Binary | 10100001 | 11111001 | 100 | 100011 | 0 | 1100010 | 10 | 1010010 | 1100001 | 110010 |
Color Harmonies of #A1F904
Complementary color
Monochromatic Colors of #A1F904
Black with #A1F904
Text Example
Text Example
White with #A1F904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F904; }
p { color: rgb(161,249,4); }
H1.HeaderClassName
{
color: #A1F904;
}
.AnyTagClassName
{
color: #A1F904;
}
</style>
background-color css
<style>
a { background-color: #A1F904; }
a { background-color: rgb(161,249,4); }
div.DivClassName
{
background-color: #A1F904;
}
.BgClassName
{
background-color: #A1F904;
}
</style>
border-color css
<style>
span { border-color: #A1F904; }
span { border-color: rgb(161,249,4); }
td.TdClassName
{
border-color: #A1F904;
}
.TagClassName
{
border-color: #A1F904;
}
</style>