Shades of Spring Bud #A0FF07
Tints of Spring Bud #A0FF07
RGB
CMYK
RGB Variations
Color information
#A0FF07 (or 0xA0FF07) is known color: Spring Bud. HEX triplet: A0, FF and 07. RGB value is (160,255,7). Sum of RGB (Red+Green+Blue) = 160+255+7=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FF07 is #5F00F8. Grayscale: #C7C7C7. Windows color (decimal): -6226169 or 524192. OLE color: 524192.
HSL color Cylindrical-coordinate representation of color #A0FF07: hue angle of 82.98º 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 #A0FF07 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 7 | - |
| CMYK | 0.37 | 0 | 0.97 | 0 |
| HSL | 82.98º | 1% | 0.51% | - |
| HSV(B) | 82.98º | 0.97% | 1% | - |
| XYZ | 50.3 | 79.01 | 12.8 | - |
| YUV | 198.32 | 20.03 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 7 | 0.37 | 0 | 0.97 | 0 | 82.98 | 1 | 0.51 |
| Hex | A0 | FF | 7 | 25 | 0 | 61 | 0 | 53 | 64 | 33 |
| Octal | 240 | 377 | 7 | 45 | 0 | 141 | 0 | 123 | 144 | 63 |
| Binary | 10100000 | 11111111 | 111 | 100101 | 0 | 1100001 | 0 | 1010011 | 1100100 | 110011 |
Color Harmonies of #A0FF07
Complementary color
Monochromatic Colors of #A0FF07
Black with #A0FF07
Text Example
Text Example
White with #A0FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF07; }
p { color: rgb(160,255,7); }
H1.HeaderClassName
{
color: #A0FF07;
}
.AnyTagClassName
{
color: #A0FF07;
}
</style>
background-color css
<style>
a { background-color: #A0FF07; }
a { background-color: rgb(160,255,7); }
div.DivClassName
{
background-color: #A0FF07;
}
.BgClassName
{
background-color: #A0FF07;
}
</style>
border-color css
<style>
span { border-color: #A0FF07; }
span { border-color: rgb(160,255,7); }
td.TdClassName
{
border-color: #A0FF07;
}
.TagClassName
{
border-color: #A0FF07;
}
</style>