Shades of Spring Bud #A4F301
Tints of Spring Bud #A4F301
RGB
CMYK
RGB Variations
Color information
#A4F301 (or 0xA4F301) is known color: Spring Bud. HEX triplet: A4, F3 and 01. RGB value is (164,243,1). Sum of RGB (Red+Green+Blue) = 164+243+1=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 243 (95.31% from 255 or 59.56% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F301 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F301 is #5B0CFE. Grayscale: #C0C0C0. Windows color (decimal): -5967103 or 127908. OLE color: 127908.
HSL color Cylindrical-coordinate representation of color #A4F301: hue angle of 79.59º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4F301 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 243 | 1 | - |
| CMYK | 0.33 | 0 | 1.00 | 0.05 |
| HSL | 79.59º | 0.99% | 0.48% | - |
| HSV(B) | 79.59º | 1% | 0.95% | - |
| XYZ | 47.37 | 72 | 11.43 | - |
| YUV | 191.79 | 20.33 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 243 | 1 | 0.33 | 0 | 1.00 | 0.05 | 79.59 | 0.99 | 0.48 |
| Hex | A4 | F3 | 1 | 21 | 0 | 64 | 5 | 50 | 63 | 30 |
| Octal | 244 | 363 | 1 | 41 | 0 | 144 | 5 | 120 | 143 | 60 |
| Binary | 10100100 | 11110011 | 1 | 100001 | 0 | 1100100 | 101 | 1010000 | 1100011 | 110000 |
Color Harmonies of #A4F301
Complementary color
Monochromatic Colors of #A4F301
Black with #A4F301
Text Example
Text Example
White with #A4F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F301; }
p { color: rgb(164,243,1); }
H1.HeaderClassName
{
color: #A4F301;
}
.AnyTagClassName
{
color: #A4F301;
}
</style>
background-color css
<style>
a { background-color: #A4F301; }
a { background-color: rgb(164,243,1); }
div.DivClassName
{
background-color: #A4F301;
}
.BgClassName
{
background-color: #A4F301;
}
</style>
border-color css
<style>
span { border-color: #A4F301; }
span { border-color: rgb(164,243,1); }
td.TdClassName
{
border-color: #A4F301;
}
.TagClassName
{
border-color: #A4F301;
}
</style>