Shades of Spring Bud #A7FC10
Tints of Spring Bud #A7FC10
RGB
CMYK
RGB Variations
Color information
#A7FC10 (or 0xA7FC10) is known color: Spring Bud. HEX triplet: A7, FC and 10. RGB value is (167,252,16). Sum of RGB (Red+Green+Blue) = 167+252+16=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 252 (98.83% from 255 or 57.93% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7FC10 is #5803EF. Grayscale: #C8C8C8. Windows color (decimal): -5768176 or 1113255. OLE color: 1113255.
HSL color Cylindrical-coordinate representation of color #A7FC10: hue angle of 81.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7FC10 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 252 | 16 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.01 |
| HSL | 81.61º | 0.98% | 0.53% | - |
| HSV(B) | 81.61º | 0.94% | 0.99% | - |
| XYZ | 50.84 | 77.87 | 12.84 | - |
| YUV | 199.68 | 24.34 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 252 | 16 | 0.34 | 0 | 0.94 | 0.01 | 81.61 | 0.98 | 0.53 |
| Hex | A7 | FC | 10 | 22 | 0 | 5E | 1 | 52 | 62 | 35 |
| Octal | 247 | 374 | 20 | 42 | 0 | 136 | 1 | 122 | 142 | 65 |
| Binary | 10100111 | 11111100 | 10000 | 100010 | 0 | 1011110 | 1 | 1010010 | 1100010 | 110101 |
Color Harmonies of #A7FC10
Complementary color
Monochromatic Colors of #A7FC10
Black with #A7FC10
Text Example
Text Example
White with #A7FC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FC10; }
p { color: rgb(167,252,16); }
H1.HeaderClassName
{
color: #A7FC10;
}
.AnyTagClassName
{
color: #A7FC10;
}
</style>
background-color css
<style>
a { background-color: #A7FC10; }
a { background-color: rgb(167,252,16); }
div.DivClassName
{
background-color: #A7FC10;
}
.BgClassName
{
background-color: #A7FC10;
}
</style>
border-color css
<style>
span { border-color: #A7FC10; }
span { border-color: rgb(167,252,16); }
td.TdClassName
{
border-color: #A7FC10;
}
.TagClassName
{
border-color: #A7FC10;
}
</style>