Shades of Spring Bud #A5FF07
Tints of Spring Bud #A5FF07
RGB
CMYK
RGB Variations
Color information
#A5FF07 (or 0xA5FF07) is known color: Spring Bud. HEX triplet: A5, FF and 07. RGB value is (165,255,7). Sum of RGB (Red+Green+Blue) = 165+255+7=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FF07 is #5A00F8. Grayscale: #C8C8C8. Windows color (decimal): -5898489 or 524197. OLE color: 524197.
HSL color Cylindrical-coordinate representation of color #A5FF07: hue angle of 81.77º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5FF07 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 7 | - |
| CMYK | 0.35 | 0 | 0.97 | 0 |
| HSL | 81.77º | 1% | 0.51% | - |
| HSV(B) | 81.77º | 0.97% | 1% | - |
| XYZ | 51.32 | 79.53 | 12.85 | - |
| YUV | 199.82 | 19.18 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 7 | 0.35 | 0 | 0.97 | 0 | 81.77 | 1 | 0.51 |
| Hex | A5 | FF | 7 | 23 | 0 | 61 | 0 | 52 | 64 | 33 |
| Octal | 245 | 377 | 7 | 43 | 0 | 141 | 0 | 122 | 144 | 63 |
| Binary | 10100101 | 11111111 | 111 | 100011 | 0 | 1100001 | 0 | 1010010 | 1100100 | 110011 |
Color Harmonies of #A5FF07
Complementary color
Monochromatic Colors of #A5FF07
Black with #A5FF07
Text Example
Text Example
White with #A5FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FF07; }
p { color: rgb(165,255,7); }
H1.HeaderClassName
{
color: #A5FF07;
}
.AnyTagClassName
{
color: #A5FF07;
}
</style>
background-color css
<style>
a { background-color: #A5FF07; }
a { background-color: rgb(165,255,7); }
div.DivClassName
{
background-color: #A5FF07;
}
.BgClassName
{
background-color: #A5FF07;
}
</style>
border-color css
<style>
span { border-color: #A5FF07; }
span { border-color: rgb(165,255,7); }
td.TdClassName
{
border-color: #A5FF07;
}
.TagClassName
{
border-color: #A5FF07;
}
</style>