Shades of Spring Bud #A0EA07
Tints of Spring Bud #A0EA07
RGB
CMYK
RGB Variations
Color information
#A0EA07 (or 0xA0EA07) is known color: Spring Bud. HEX triplet: A0, EA and 07. RGB value is (160,234,7). Sum of RGB (Red+Green+Blue) = 160+234+7=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 234 (91.80% from 255 or 58.35% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EA07 is #5F15F8. Grayscale: #BABABA. Windows color (decimal): -6231545 or 518816. OLE color: 518816.
HSL color Cylindrical-coordinate representation of color #A0EA07: hue angle of 79.56º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0EA07 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 7 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.08 |
| HSL | 79.56º | 0.94% | 0.47% | - |
| HSV(B) | 79.56º | 0.97% | 0.92% | - |
| XYZ | 43.96 | 66.33 | 10.69 | - |
| YUV | 186 | 26.98 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 7 | 0.32 | 0 | 0.97 | 0.08 | 79.56 | 0.94 | 0.47 |
| Hex | A0 | EA | 7 | 20 | 0 | 61 | 8 | 50 | 5E | 2F |
| Octal | 240 | 352 | 7 | 40 | 0 | 141 | 10 | 120 | 136 | 57 |
| Binary | 10100000 | 11101010 | 111 | 100000 | 0 | 1100001 | 1000 | 1010000 | 1011110 | 101111 |
Color Harmonies of #A0EA07
Complementary color
Monochromatic Colors of #A0EA07
Black with #A0EA07
Text Example
Text Example
White with #A0EA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EA07; }
p { color: rgb(160,234,7); }
H1.HeaderClassName
{
color: #A0EA07;
}
.AnyTagClassName
{
color: #A0EA07;
}
</style>
background-color css
<style>
a { background-color: #A0EA07; }
a { background-color: rgb(160,234,7); }
div.DivClassName
{
background-color: #A0EA07;
}
.BgClassName
{
background-color: #A0EA07;
}
</style>
border-color css
<style>
span { border-color: #A0EA07; }
span { border-color: rgb(160,234,7); }
td.TdClassName
{
border-color: #A0EA07;
}
.TagClassName
{
border-color: #A0EA07;
}
</style>