Shades of Spring Bud #A4F913
Tints of Spring Bud #A4F913
RGB
CMYK
RGB Variations
Color information
#A4F913 (or 0xA4F913) is known color: Spring Bud. HEX triplet: A4, F9 and 13. RGB value is (164,249,19). Sum of RGB (Red+Green+Blue) = 164+249+19=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 249 (97.66% from 255 or 57.64% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F913 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F913 is #5B06EC. Grayscale: #C6C6C6. Windows color (decimal): -5965549 or 1309092. OLE color: 1309092.
HSL color Cylindrical-coordinate representation of color #A4F913: hue angle of 82.17º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4F913 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 249 | 19 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.02 |
| HSL | 82.17º | 0.95% | 0.53% | - |
| HSV(B) | 82.17º | 0.92% | 0.98% | - |
| XYZ | 49.3 | 75.69 | 12.63 | - |
| YUV | 197.37 | 27.34 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 249 | 19 | 0.34 | 0 | 0.92 | 0.02 | 82.17 | 0.95 | 0.53 |
| Hex | A4 | F9 | 13 | 22 | 0 | 5C | 2 | 52 | 5F | 35 |
| Octal | 244 | 371 | 23 | 42 | 0 | 134 | 2 | 122 | 137 | 65 |
| Binary | 10100100 | 11111001 | 10011 | 100010 | 0 | 1011100 | 10 | 1010010 | 1011111 | 110101 |
Color Harmonies of #A4F913
Complementary color
Monochromatic Colors of #A4F913
Black with #A4F913
Text Example
Text Example
White with #A4F913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F913; }
p { color: rgb(164,249,19); }
H1.HeaderClassName
{
color: #A4F913;
}
.AnyTagClassName
{
color: #A4F913;
}
</style>
background-color css
<style>
a { background-color: #A4F913; }
a { background-color: rgb(164,249,19); }
div.DivClassName
{
background-color: #A4F913;
}
.BgClassName
{
background-color: #A4F913;
}
</style>
border-color css
<style>
span { border-color: #A4F913; }
span { border-color: rgb(164,249,19); }
td.TdClassName
{
border-color: #A4F913;
}
.TagClassName
{
border-color: #A4F913;
}
</style>