Shades of Spring Bud #A7FF15
Tints of Spring Bud #A7FF15
RGB
CMYK
RGB Variations
Color information
#A7FF15 (or 0xA7FF15) is known color: Spring Bud. HEX triplet: A7, FF and 15. RGB value is (167,255,21). Sum of RGB (Red+Green+Blue) = 167+255+21=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FF15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7FF15 is #5800EA. Grayscale: #CACACA. Windows color (decimal): -5767403 or 1441703. OLE color: 1441703.
HSL color Cylindrical-coordinate representation of color #A7FF15: hue angle of 82.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7FF15 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 21 | - |
| CMYK | 0.35 | 0 | 0.92 | 0 |
| HSL | 82.56º | 1% | 0.54% | - |
| HSV(B) | 82.56º | 0.92% | 1% | - |
| XYZ | 51.83 | 79.79 | 13.38 | - |
| YUV | 202.01 | 25.85 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 21 | 0.35 | 0 | 0.92 | 0 | 82.56 | 1 | 0.54 |
| Hex | A7 | FF | 15 | 23 | 0 | 5C | 0 | 53 | 64 | 36 |
| Octal | 247 | 377 | 25 | 43 | 0 | 134 | 0 | 123 | 144 | 66 |
| Binary | 10100111 | 11111111 | 10101 | 100011 | 0 | 1011100 | 0 | 1010011 | 1100100 | 110110 |
Color Harmonies of #A7FF15
Complementary color
Monochromatic Colors of #A7FF15
Black with #A7FF15
Text Example
Text Example
White with #A7FF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FF15; }
p { color: rgb(167,255,21); }
H1.HeaderClassName
{
color: #A7FF15;
}
.AnyTagClassName
{
color: #A7FF15;
}
</style>
background-color css
<style>
a { background-color: #A7FF15; }
a { background-color: rgb(167,255,21); }
div.DivClassName
{
background-color: #A7FF15;
}
.BgClassName
{
background-color: #A7FF15;
}
</style>
border-color css
<style>
span { border-color: #A7FF15; }
span { border-color: rgb(167,255,21); }
td.TdClassName
{
border-color: #A7FF15;
}
.TagClassName
{
border-color: #A7FF15;
}
</style>