Shades of Spring Bud #A4F901
Tints of Spring Bud #A4F901
RGB
CMYK
RGB Variations
Color information
#A4F901 (or 0xA4F901) is known color: Spring Bud. HEX triplet: A4, F9 and 01. RGB value is (164,249,1). Sum of RGB (Red+Green+Blue) = 164+249+1=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 249 (97.66% from 255 or 60.14% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F901 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F901 is #5B06FE. Grayscale: #C4C4C4. Windows color (decimal): -5965567 or 129444. OLE color: 129444.
HSL color Cylindrical-coordinate representation of color #A4F901: hue angle of 80.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4F901 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 249 | 1 | - |
| CMYK | 0.34 | 0 | 1.00 | 0.02 |
| HSL | 80.56º | 0.99% | 0.49% | - |
| HSV(B) | 80.56º | 1% | 0.98% | - |
| XYZ | 49.19 | 75.65 | 12.04 | - |
| YUV | 195.31 | 18.34 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 249 | 1 | 0.34 | 0 | 1.00 | 0.02 | 80.56 | 0.99 | 0.49 |
| Hex | A4 | F9 | 1 | 22 | 0 | 64 | 2 | 51 | 63 | 31 |
| Octal | 244 | 371 | 1 | 42 | 0 | 144 | 2 | 121 | 143 | 61 |
| Binary | 10100100 | 11111001 | 1 | 100010 | 0 | 1100100 | 10 | 1010001 | 1100011 | 110001 |
Color Harmonies of #A4F901
Complementary color
Monochromatic Colors of #A4F901
Black with #A4F901
Text Example
Text Example
White with #A4F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F901; }
p { color: rgb(164,249,1); }
H1.HeaderClassName
{
color: #A4F901;
}
.AnyTagClassName
{
color: #A4F901;
}
</style>
background-color css
<style>
a { background-color: #A4F901; }
a { background-color: rgb(164,249,1); }
div.DivClassName
{
background-color: #A4F901;
}
.BgClassName
{
background-color: #A4F901;
}
</style>
border-color css
<style>
span { border-color: #A4F901; }
span { border-color: rgb(164,249,1); }
td.TdClassName
{
border-color: #A4F901;
}
.TagClassName
{
border-color: #A4F901;
}
</style>