Shades of Spring Bud #A2E902
Tints of Spring Bud #A2E902
RGB
CMYK
RGB Variations
Color information
#A2E902 (or 0xA2E902) is known color: Spring Bud. HEX triplet: A2, E9 and 02. RGB value is (162,233,2). Sum of RGB (Red+Green+Blue) = 162+233+2=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 233 (91.41% from 255 or 58.69% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E902 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2E902 is #5D16FD. Grayscale: #BABABA. Windows color (decimal): -6100734 or 190882. OLE color: 190882.
HSL color Cylindrical-coordinate representation of color #A2E902: hue angle of 78.44º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2E902 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.09 |
| HSL | 78.44º | 0.98% | 0.46% | - |
| HSV(B) | 78.44º | 0.99% | 0.91% | - |
| XYZ | 44.05 | 65.96 | 10.47 | - |
| YUV | 185.44 | 24.48 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 2 | 0.30 | 0 | 0.99 | 0.09 | 78.44 | 0.98 | 0.46 |
| Hex | A2 | E9 | 2 | 1E | 0 | 63 | 9 | 4E | 62 | 2E |
| Octal | 242 | 351 | 2 | 36 | 0 | 143 | 11 | 116 | 142 | 56 |
| Binary | 10100010 | 11101001 | 10 | 11110 | 0 | 1100011 | 1001 | 1001110 | 1100010 | 101110 |
Color Harmonies of #A2E902
Complementary color
Monochromatic Colors of #A2E902
Black with #A2E902
Text Example
Text Example
White with #A2E902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E902; }
p { color: rgb(162,233,2); }
H1.HeaderClassName
{
color: #A2E902;
}
.AnyTagClassName
{
color: #A2E902;
}
</style>
background-color css
<style>
a { background-color: #A2E902; }
a { background-color: rgb(162,233,2); }
div.DivClassName
{
background-color: #A2E902;
}
.BgClassName
{
background-color: #A2E902;
}
</style>
border-color css
<style>
span { border-color: #A2E902; }
span { border-color: rgb(162,233,2); }
td.TdClassName
{
border-color: #A2E902;
}
.TagClassName
{
border-color: #A2E902;
}
</style>