Shades of Spring Bud #A7F80B
Tints of Spring Bud #A7F80B
RGB
CMYK
RGB Variations
Color information
#A7F80B (or 0xA7F80B) is known color: Spring Bud. HEX triplet: A7, F8 and 0B. RGB value is (167,248,11). Sum of RGB (Red+Green+Blue) = 167+248+11=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 248 (97.27% from 255 or 58.22% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F80B is #5807F4. Grayscale: #C5C5C5. Windows color (decimal): -5769205 or 784551. OLE color: 784551.
HSL color Cylindrical-coordinate representation of color #A7F80B: hue angle of 80.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7F80B is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 248 | 11 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.03 |
| HSL | 80.51º | 0.94% | 0.51% | - |
| HSV(B) | 80.51º | 0.96% | 0.97% | - |
| XYZ | 49.56 | 75.37 | 12.25 | - |
| YUV | 196.76 | 23.16 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 248 | 11 | 0.33 | 0 | 0.96 | 0.03 | 80.51 | 0.94 | 0.51 |
| Hex | A7 | F8 | B | 21 | 0 | 60 | 3 | 51 | 5E | 33 |
| Octal | 247 | 370 | 13 | 41 | 0 | 140 | 3 | 121 | 136 | 63 |
| Binary | 10100111 | 11111000 | 1011 | 100001 | 0 | 1100000 | 11 | 1010001 | 1011110 | 110011 |
Color Harmonies of #A7F80B
Complementary color
Monochromatic Colors of #A7F80B
Black with #A7F80B
Text Example
Text Example
White with #A7F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F80B; }
p { color: rgb(167,248,11); }
H1.HeaderClassName
{
color: #A7F80B;
}
.AnyTagClassName
{
color: #A7F80B;
}
</style>
background-color css
<style>
a { background-color: #A7F80B; }
a { background-color: rgb(167,248,11); }
div.DivClassName
{
background-color: #A7F80B;
}
.BgClassName
{
background-color: #A7F80B;
}
</style>
border-color css
<style>
span { border-color: #A7F80B; }
span { border-color: rgb(167,248,11); }
td.TdClassName
{
border-color: #A7F80B;
}
.TagClassName
{
border-color: #A7F80B;
}
</style>