Shades of Spring Bud #A2F902
Tints of Spring Bud #A2F902
RGB
CMYK
RGB Variations
Color information
#A2F902 (or 0xA2F902) is known color: Spring Bud. HEX triplet: A2, F9 and 02. RGB value is (162,249,2). Sum of RGB (Red+Green+Blue) = 162+249+2=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 249 (97.66% from 255 or 60.29% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F902 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F902 is #5D06FD. Grayscale: #C3C3C3. Windows color (decimal): -6096638 or 194978. OLE color: 194978.
HSL color Cylindrical-coordinate representation of color #A2F902: hue angle of 81.13º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2F902 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.02 |
| HSL | 81.13º | 0.98% | 0.49% | - |
| HSV(B) | 81.13º | 0.99% | 0.98% | - |
| XYZ | 48.79 | 75.44 | 12.05 | - |
| YUV | 194.83 | 19.18 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 2 | 0.35 | 0 | 0.99 | 0.02 | 81.13 | 0.98 | 0.49 |
| Hex | A2 | F9 | 2 | 23 | 0 | 63 | 2 | 51 | 62 | 31 |
| Octal | 242 | 371 | 2 | 43 | 0 | 143 | 2 | 121 | 142 | 61 |
| Binary | 10100010 | 11111001 | 10 | 100011 | 0 | 1100011 | 10 | 1010001 | 1100010 | 110001 |
Color Harmonies of #A2F902
Complementary color
Monochromatic Colors of #A2F902
Black with #A2F902
Text Example
Text Example
White with #A2F902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F902; }
p { color: rgb(162,249,2); }
H1.HeaderClassName
{
color: #A2F902;
}
.AnyTagClassName
{
color: #A2F902;
}
</style>
background-color css
<style>
a { background-color: #A2F902; }
a { background-color: rgb(162,249,2); }
div.DivClassName
{
background-color: #A2F902;
}
.BgClassName
{
background-color: #A2F902;
}
</style>
border-color css
<style>
span { border-color: #A2F902; }
span { border-color: rgb(162,249,2); }
td.TdClassName
{
border-color: #A2F902;
}
.TagClassName
{
border-color: #A2F902;
}
</style>