Shades of Spring Bud #A7F514
Tints of Spring Bud #A7F514
RGB
CMYK
RGB Variations
Color information
#A7F514 (or 0xA7F514) is known color: Spring Bud. HEX triplet: A7, F5 and 14. RGB value is (167,245,20). Sum of RGB (Red+Green+Blue) = 167+245+20=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 245 (96.09% from 255 or 56.71% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F514 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F514 is #580AEB. Grayscale: #C4C4C4. Windows color (decimal): -5769964 or 1373607. OLE color: 1373607.
HSL color Cylindrical-coordinate representation of color #A7F514: hue angle of 80.8º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7F514 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 245 | 20 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.04 |
| HSL | 80.8º | 0.92% | 0.52% | - |
| HSV(B) | 80.8º | 0.92% | 0.96% | - |
| XYZ | 48.72 | 73.57 | 12.29 | - |
| YUV | 196.03 | 28.66 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 245 | 20 | 0.32 | 0 | 0.92 | 0.04 | 80.8 | 0.92 | 0.52 |
| Hex | A7 | F5 | 14 | 20 | 0 | 5C | 4 | 51 | 5C | 34 |
| Octal | 247 | 365 | 24 | 40 | 0 | 134 | 4 | 121 | 134 | 64 |
| Binary | 10100111 | 11110101 | 10100 | 100000 | 0 | 1011100 | 100 | 1010001 | 1011100 | 110100 |
Color Harmonies of #A7F514
Complementary color
Monochromatic Colors of #A7F514
Black with #A7F514
Text Example
Text Example
White with #A7F514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F514; }
p { color: rgb(167,245,20); }
H1.HeaderClassName
{
color: #A7F514;
}
.AnyTagClassName
{
color: #A7F514;
}
</style>
background-color css
<style>
a { background-color: #A7F514; }
a { background-color: rgb(167,245,20); }
div.DivClassName
{
background-color: #A7F514;
}
.BgClassName
{
background-color: #A7F514;
}
</style>
border-color css
<style>
span { border-color: #A7F514; }
span { border-color: rgb(167,245,20); }
td.TdClassName
{
border-color: #A7F514;
}
.TagClassName
{
border-color: #A7F514;
}
</style>