Shades of Spring Bud #A4F412
Tints of Spring Bud #A4F412
RGB
CMYK
RGB Variations
Color information
#A4F412 (or 0xA4F412) is known color: Spring Bud. HEX triplet: A4, F4 and 12. RGB value is (164,244,18). Sum of RGB (Red+Green+Blue) = 164+244+18=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F412 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F412 is #5B0BED. Grayscale: #C3C3C3. Windows color (decimal): -5966830 or 1242276. OLE color: 1242276.
HSL color Cylindrical-coordinate representation of color #A4F412: hue angle of 81.24º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4F412 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 244 | 18 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.04 |
| HSL | 81.24º | 0.91% | 0.51% | - |
| HSV(B) | 81.24º | 0.93% | 0.96% | - |
| XYZ | 47.77 | 72.64 | 12.07 | - |
| YUV | 194.32 | 28.5 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 244 | 18 | 0.33 | 0 | 0.93 | 0.04 | 81.24 | 0.91 | 0.51 |
| Hex | A4 | F4 | 12 | 21 | 0 | 5D | 4 | 51 | 5B | 33 |
| Octal | 244 | 364 | 22 | 41 | 0 | 135 | 4 | 121 | 133 | 63 |
| Binary | 10100100 | 11110100 | 10010 | 100001 | 0 | 1011101 | 100 | 1010001 | 1011011 | 110011 |
Color Harmonies of #A4F412
Complementary color
Monochromatic Colors of #A4F412
Black with #A4F412
Text Example
Text Example
White with #A4F412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F412; }
p { color: rgb(164,244,18); }
H1.HeaderClassName
{
color: #A4F412;
}
.AnyTagClassName
{
color: #A4F412;
}
</style>
background-color css
<style>
a { background-color: #A4F412; }
a { background-color: rgb(164,244,18); }
div.DivClassName
{
background-color: #A4F412;
}
.BgClassName
{
background-color: #A4F412;
}
</style>
border-color css
<style>
span { border-color: #A4F412; }
span { border-color: rgb(164,244,18); }
td.TdClassName
{
border-color: #A4F412;
}
.TagClassName
{
border-color: #A4F412;
}
</style>