Shades of Spring Bud #A0ED06
Tints of Spring Bud #A0ED06
RGB
CMYK
RGB Variations
Color information
#A0ED06 (or 0xA0ED06) is known color: Spring Bud. HEX triplet: A0, ED and 06. RGB value is (160,237,6). Sum of RGB (Red+Green+Blue) = 160+237+6=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 237 (92.97% from 255 or 58.81% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0ED06 is #5F12F9. Grayscale: #BCBCBC. Windows color (decimal): -6230778 or 454048. OLE color: 454048.
HSL color Cylindrical-coordinate representation of color #A0ED06: hue angle of 80º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0ED06 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 237 | 6 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.07 |
| HSL | 80º | 0.95% | 0.48% | - |
| HSV(B) | 80º | 0.97% | 0.93% | - |
| XYZ | 44.81 | 68.06 | 10.95 | - |
| YUV | 187.64 | 25.49 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 6 | 0.32 | 0 | 0.97 | 0.07 | 80 | 0.95 | 0.48 |
| Hex | A0 | ED | 6 | 20 | 0 | 61 | 7 | 50 | 5F | 30 |
| Octal | 240 | 355 | 6 | 40 | 0 | 141 | 7 | 120 | 137 | 60 |
| Binary | 10100000 | 11101101 | 110 | 100000 | 0 | 1100001 | 111 | 1010000 | 1011111 | 110000 |
Color Harmonies of #A0ED06
Complementary color
Monochromatic Colors of #A0ED06
Black with #A0ED06
Text Example
Text Example
White with #A0ED06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ED06; }
p { color: rgb(160,237,6); }
H1.HeaderClassName
{
color: #A0ED06;
}
.AnyTagClassName
{
color: #A0ED06;
}
</style>
background-color css
<style>
a { background-color: #A0ED06; }
a { background-color: rgb(160,237,6); }
div.DivClassName
{
background-color: #A0ED06;
}
.BgClassName
{
background-color: #A0ED06;
}
</style>
border-color css
<style>
span { border-color: #A0ED06; }
span { border-color: rgb(160,237,6); }
td.TdClassName
{
border-color: #A0ED06;
}
.TagClassName
{
border-color: #A0ED06;
}
</style>