Shades of Spring Bud #A1EC0A
Tints of Spring Bud #A1EC0A
RGB
CMYK
RGB Variations
Color information
#A1EC0A (or 0xA1EC0A) is known color: Spring Bud. HEX triplet: A1, EC and 0A. RGB value is (161,236,10). Sum of RGB (Red+Green+Blue) = 161+236+10=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1EC0A is #5E13F5. Grayscale: #BCBCBC. Windows color (decimal): -6165494 or 715937. OLE color: 715937.
HSL color Cylindrical-coordinate representation of color #A1EC0A: hue angle of 79.91º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1EC0A is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 10 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.07 |
| HSL | 79.91º | 0.92% | 0.48% | - |
| HSV(B) | 79.91º | 0.96% | 0.93% | - |
| XYZ | 44.75 | 67.59 | 10.97 | - |
| YUV | 187.81 | 27.65 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 10 | 0.32 | 0 | 0.96 | 0.07 | 79.91 | 0.92 | 0.48 |
| Hex | A1 | EC | A | 20 | 0 | 60 | 7 | 50 | 5C | 30 |
| Octal | 241 | 354 | 12 | 40 | 0 | 140 | 7 | 120 | 134 | 60 |
| Binary | 10100001 | 11101100 | 1010 | 100000 | 0 | 1100000 | 111 | 1010000 | 1011100 | 110000 |
Color Harmonies of #A1EC0A
Complementary color
Monochromatic Colors of #A1EC0A
Black with #A1EC0A
Text Example
Text Example
White with #A1EC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EC0A; }
p { color: rgb(161,236,10); }
H1.HeaderClassName
{
color: #A1EC0A;
}
.AnyTagClassName
{
color: #A1EC0A;
}
</style>
background-color css
<style>
a { background-color: #A1EC0A; }
a { background-color: rgb(161,236,10); }
div.DivClassName
{
background-color: #A1EC0A;
}
.BgClassName
{
background-color: #A1EC0A;
}
</style>
border-color css
<style>
span { border-color: #A1EC0A; }
span { border-color: rgb(161,236,10); }
td.TdClassName
{
border-color: #A1EC0A;
}
.TagClassName
{
border-color: #A1EC0A;
}
</style>