Shades of Spring Bud #A2EA02
Tints of Spring Bud #A2EA02
RGB
CMYK
RGB Variations
Color information
#A2EA02 (or 0xA2EA02) is known color: Spring Bud. HEX triplet: A2, EA and 02. RGB value is (162,234,2). Sum of RGB (Red+Green+Blue) = 162+234+2=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 234 (91.80% from 255 or 58.79% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2EA02 is #5D15FD. Grayscale: #BABABA. Windows color (decimal): -6100478 or 191138. OLE color: 191138.
HSL color Cylindrical-coordinate representation of color #A2EA02: hue angle of 78.62º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2EA02 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.08 |
| HSL | 78.62º | 0.98% | 0.46% | - |
| HSV(B) | 78.62º | 0.99% | 0.92% | - |
| XYZ | 44.33 | 66.53 | 10.56 | - |
| YUV | 186.02 | 24.15 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 2 | 0.31 | 0 | 0.99 | 0.08 | 78.62 | 0.98 | 0.46 |
| Hex | A2 | EA | 2 | 1F | 0 | 63 | 8 | 4F | 62 | 2E |
| Octal | 242 | 352 | 2 | 37 | 0 | 143 | 10 | 117 | 142 | 56 |
| Binary | 10100010 | 11101010 | 10 | 11111 | 0 | 1100011 | 1000 | 1001111 | 1100010 | 101110 |
Color Harmonies of #A2EA02
Complementary color
Monochromatic Colors of #A2EA02
Black with #A2EA02
Text Example
Text Example
White with #A2EA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EA02; }
p { color: rgb(162,234,2); }
H1.HeaderClassName
{
color: #A2EA02;
}
.AnyTagClassName
{
color: #A2EA02;
}
</style>
background-color css
<style>
a { background-color: #A2EA02; }
a { background-color: rgb(162,234,2); }
div.DivClassName
{
background-color: #A2EA02;
}
.BgClassName
{
background-color: #A2EA02;
}
</style>
border-color css
<style>
span { border-color: #A2EA02; }
span { border-color: rgb(162,234,2); }
td.TdClassName
{
border-color: #A2EA02;
}
.TagClassName
{
border-color: #A2EA02;
}
</style>