Shades of Spring Bud #A2EC04
Tints of Spring Bud #A2EC04
RGB
CMYK
RGB Variations
Color information
#A2EC04 (or 0xA2EC04) is known color: Spring Bud. HEX triplet: A2, EC and 04. RGB value is (162,236,4). Sum of RGB (Red+Green+Blue) = 162+236+4=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2EC04 is #5D13FB. Grayscale: #BCBCBC. Windows color (decimal): -6099964 or 322722. OLE color: 322722.
HSL color Cylindrical-coordinate representation of color #A2EC04: hue angle of 79.14º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2EC04 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 4 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.07 |
| HSL | 79.14º | 0.97% | 0.47% | - |
| HSV(B) | 79.14º | 0.98% | 0.93% | - |
| XYZ | 44.92 | 67.68 | 10.81 | - |
| YUV | 187.43 | 24.48 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 4 | 0.31 | 0 | 0.98 | 0.07 | 79.14 | 0.97 | 0.47 |
| Hex | A2 | EC | 4 | 1F | 0 | 62 | 7 | 4F | 61 | 2F |
| Octal | 242 | 354 | 4 | 37 | 0 | 142 | 7 | 117 | 141 | 57 |
| Binary | 10100010 | 11101100 | 100 | 11111 | 0 | 1100010 | 111 | 1001111 | 1100001 | 101111 |
Color Harmonies of #A2EC04
Complementary color
Monochromatic Colors of #A2EC04
Black with #A2EC04
Text Example
Text Example
White with #A2EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC04; }
p { color: rgb(162,236,4); }
H1.HeaderClassName
{
color: #A2EC04;
}
.AnyTagClassName
{
color: #A2EC04;
}
</style>
background-color css
<style>
a { background-color: #A2EC04; }
a { background-color: rgb(162,236,4); }
div.DivClassName
{
background-color: #A2EC04;
}
.BgClassName
{
background-color: #A2EC04;
}
</style>
border-color css
<style>
span { border-color: #A2EC04; }
span { border-color: rgb(162,236,4); }
td.TdClassName
{
border-color: #A2EC04;
}
.TagClassName
{
border-color: #A2EC04;
}
</style>