Shades of Spring Bud #A7FE16
Tints of Spring Bud #A7FE16
RGB
CMYK
RGB Variations
Color information
#A7FE16 (or 0xA7FE16) is known color: Spring Bud. HEX triplet: A7, FE and 16. RGB value is (167,254,22). Sum of RGB (Red+Green+Blue) = 167+254+22=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FE16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7FE16 is #5801E9. Grayscale: #CACACA. Windows color (decimal): -5767658 or 1506983. OLE color: 1506983.
HSL color Cylindrical-coordinate representation of color #A7FE16: hue angle of 82.5º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7FE16 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 254 | 22 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.00 |
| HSL | 82.5º | 0.99% | 0.54% | - |
| HSV(B) | 82.5º | 0.91% | 1% | - |
| XYZ | 51.52 | 79.16 | 13.32 | - |
| YUV | 201.54 | 26.68 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 254 | 22 | 0.34 | 0 | 0.91 | 0.00 | 82.5 | 0.99 | 0.54 |
| Hex | A7 | FE | 16 | 22 | 0 | 5B | 0 | 52 | 63 | 36 |
| Octal | 247 | 376 | 26 | 42 | 0 | 133 | 0 | 122 | 143 | 66 |
| Binary | 10100111 | 11111110 | 10110 | 100010 | 0 | 1011011 | 0 | 1010010 | 1100011 | 110110 |
Color Harmonies of #A7FE16
Complementary color
Monochromatic Colors of #A7FE16
Black with #A7FE16
Text Example
Text Example
White with #A7FE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FE16; }
p { color: rgb(167,254,22); }
H1.HeaderClassName
{
color: #A7FE16;
}
.AnyTagClassName
{
color: #A7FE16;
}
</style>
background-color css
<style>
a { background-color: #A7FE16; }
a { background-color: rgb(167,254,22); }
div.DivClassName
{
background-color: #A7FE16;
}
.BgClassName
{
background-color: #A7FE16;
}
</style>
border-color css
<style>
span { border-color: #A7FE16; }
span { border-color: rgb(167,254,22); }
td.TdClassName
{
border-color: #A7FE16;
}
.TagClassName
{
border-color: #A7FE16;
}
</style>