Shades of Spring Bud #A0EE06
Tints of Spring Bud #A0EE06
RGB
CMYK
RGB Variations
Color information
#A0EE06 (or 0xA0EE06) is known color: Spring Bud. HEX triplet: A0, EE and 06. RGB value is (160,238,6). Sum of RGB (Red+Green+Blue) = 160+238+6=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 238 (93.36% from 255 or 58.91% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EE06 is #5F11F9. Grayscale: #BDBDBD. Windows color (decimal): -6230522 or 454304. OLE color: 454304.
HSL color Cylindrical-coordinate representation of color #A0EE06: hue angle of 80.17º 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 #A0EE06 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 6 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.07 |
| HSL | 80.17º | 0.95% | 0.48% | - |
| HSV(B) | 80.17º | 0.97% | 0.93% | - |
| XYZ | 45.1 | 68.64 | 11.04 | - |
| YUV | 188.23 | 25.16 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 6 | 0.33 | 0 | 0.97 | 0.07 | 80.17 | 0.95 | 0.48 |
| Hex | A0 | EE | 6 | 21 | 0 | 61 | 7 | 50 | 5F | 30 |
| Octal | 240 | 356 | 6 | 41 | 0 | 141 | 7 | 120 | 137 | 60 |
| Binary | 10100000 | 11101110 | 110 | 100001 | 0 | 1100001 | 111 | 1010000 | 1011111 | 110000 |
Color Harmonies of #A0EE06
Complementary color
Monochromatic Colors of #A0EE06
Black with #A0EE06
Text Example
Text Example
White with #A0EE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE06; }
p { color: rgb(160,238,6); }
H1.HeaderClassName
{
color: #A0EE06;
}
.AnyTagClassName
{
color: #A0EE06;
}
</style>
background-color css
<style>
a { background-color: #A0EE06; }
a { background-color: rgb(160,238,6); }
div.DivClassName
{
background-color: #A0EE06;
}
.BgClassName
{
background-color: #A0EE06;
}
</style>
border-color css
<style>
span { border-color: #A0EE06; }
span { border-color: rgb(160,238,6); }
td.TdClassName
{
border-color: #A0EE06;
}
.TagClassName
{
border-color: #A0EE06;
}
</style>