Shades of Spring Bud #A2EC07
Tints of Spring Bud #A2EC07
RGB
CMYK
RGB Variations
Color information
#A2EC07 (or 0xA2EC07) is known color: Spring Bud. HEX triplet: A2, EC and 07. RGB value is (162,236,7). Sum of RGB (Red+Green+Blue) = 162+236+7=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2EC07 is #5D13F8. Grayscale: #BCBCBC. Windows color (decimal): -6099961 or 519330. OLE color: 519330.
HSL color Cylindrical-coordinate representation of color #A2EC07: hue angle of 79.39º degrees, saturation: 0.94, 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 #A2EC07 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 7 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.07 |
| HSL | 79.39º | 0.94% | 0.48% | - |
| HSV(B) | 79.39º | 0.97% | 0.93% | - |
| XYZ | 44.93 | 67.69 | 10.9 | - |
| YUV | 187.77 | 25.98 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 7 | 0.31 | 0 | 0.97 | 0.07 | 79.39 | 0.94 | 0.48 |
| Hex | A2 | EC | 7 | 1F | 0 | 61 | 7 | 4F | 5E | 30 |
| Octal | 242 | 354 | 7 | 37 | 0 | 141 | 7 | 117 | 136 | 60 |
| Binary | 10100010 | 11101100 | 111 | 11111 | 0 | 1100001 | 111 | 1001111 | 1011110 | 110000 |
Color Harmonies of #A2EC07
Complementary color
Monochromatic Colors of #A2EC07
Black with #A2EC07
Text Example
Text Example
White with #A2EC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC07; }
p { color: rgb(162,236,7); }
H1.HeaderClassName
{
color: #A2EC07;
}
.AnyTagClassName
{
color: #A2EC07;
}
</style>
background-color css
<style>
a { background-color: #A2EC07; }
a { background-color: rgb(162,236,7); }
div.DivClassName
{
background-color: #A2EC07;
}
.BgClassName
{
background-color: #A2EC07;
}
</style>
border-color css
<style>
span { border-color: #A2EC07; }
span { border-color: rgb(162,236,7); }
td.TdClassName
{
border-color: #A2EC07;
}
.TagClassName
{
border-color: #A2EC07;
}
</style>