Shades of Spring Bud #A4F713
Tints of Spring Bud #A4F713
RGB
CMYK
RGB Variations
Color information
#A4F713 (or 0xA4F713) is known color: Spring Bud. HEX triplet: A4, F7 and 13. RGB value is (164,247,19). Sum of RGB (Red+Green+Blue) = 164+247+19=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 247 (96.88% from 255 or 57.44% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F713 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F713 is #5B08EC. Grayscale: #C5C5C5. Windows color (decimal): -5966061 or 1308580. OLE color: 1308580.
HSL color Cylindrical-coordinate representation of color #A4F713: hue angle of 81.84º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4F713 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 247 | 19 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.03 |
| HSL | 81.84º | 0.93% | 0.52% | - |
| HSV(B) | 81.84º | 0.92% | 0.97% | - |
| XYZ | 48.69 | 74.46 | 12.42 | - |
| YUV | 196.19 | 28 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 247 | 19 | 0.34 | 0 | 0.92 | 0.03 | 81.84 | 0.93 | 0.52 |
| Hex | A4 | F7 | 13 | 22 | 0 | 5C | 3 | 52 | 5D | 34 |
| Octal | 244 | 367 | 23 | 42 | 0 | 134 | 3 | 122 | 135 | 64 |
| Binary | 10100100 | 11110111 | 10011 | 100010 | 0 | 1011100 | 11 | 1010010 | 1011101 | 110100 |
Color Harmonies of #A4F713
Complementary color
Monochromatic Colors of #A4F713
Black with #A4F713
Text Example
Text Example
White with #A4F713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F713; }
p { color: rgb(164,247,19); }
H1.HeaderClassName
{
color: #A4F713;
}
.AnyTagClassName
{
color: #A4F713;
}
</style>
background-color css
<style>
a { background-color: #A4F713; }
a { background-color: rgb(164,247,19); }
div.DivClassName
{
background-color: #A4F713;
}
.BgClassName
{
background-color: #A4F713;
}
</style>
border-color css
<style>
span { border-color: #A4F713; }
span { border-color: rgb(164,247,19); }
td.TdClassName
{
border-color: #A4F713;
}
.TagClassName
{
border-color: #A4F713;
}
</style>