Shades of Spring Bud #A2EA04
Tints of Spring Bud #A2EA04
RGB
CMYK
RGB Variations
Color information
#A2EA04 (or 0xA2EA04) is known color: Spring Bud. HEX triplet: A2, EA and 04. RGB value is (162,234,4). Sum of RGB (Red+Green+Blue) = 162+234+4=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 234 (91.80% from 255 or 58.5% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2EA04 is #5D15FB. Grayscale: #BBBBBB. Windows color (decimal): -6100476 or 322210. OLE color: 322210.
HSL color Cylindrical-coordinate representation of color #A2EA04: hue angle of 78.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2EA04 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 4 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.08 |
| HSL | 78.78º | 0.97% | 0.47% | - |
| HSV(B) | 78.78º | 0.98% | 0.92% | - |
| XYZ | 44.35 | 66.54 | 10.62 | - |
| YUV | 186.25 | 25.15 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 4 | 0.31 | 0 | 0.98 | 0.08 | 78.78 | 0.97 | 0.47 |
| Hex | A2 | EA | 4 | 1F | 0 | 62 | 8 | 4F | 61 | 2F |
| Octal | 242 | 352 | 4 | 37 | 0 | 142 | 10 | 117 | 141 | 57 |
| Binary | 10100010 | 11101010 | 100 | 11111 | 0 | 1100010 | 1000 | 1001111 | 1100001 | 101111 |
Color Harmonies of #A2EA04
Complementary color
Monochromatic Colors of #A2EA04
Black with #A2EA04
Text Example
Text Example
White with #A2EA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EA04; }
p { color: rgb(162,234,4); }
H1.HeaderClassName
{
color: #A2EA04;
}
.AnyTagClassName
{
color: #A2EA04;
}
</style>
background-color css
<style>
a { background-color: #A2EA04; }
a { background-color: rgb(162,234,4); }
div.DivClassName
{
background-color: #A2EA04;
}
.BgClassName
{
background-color: #A2EA04;
}
</style>
border-color css
<style>
span { border-color: #A2EA04; }
span { border-color: rgb(162,234,4); }
td.TdClassName
{
border-color: #A2EA04;
}
.TagClassName
{
border-color: #A2EA04;
}
</style>