Shades of Spring Bud #A2F50F
Tints of Spring Bud #A2F50F
RGB
CMYK
RGB Variations
Color information
#A2F50F (or 0xA2F50F) is known color: Spring Bud. HEX triplet: A2, F5 and 0F. RGB value is (162,245,15). Sum of RGB (Red+Green+Blue) = 162+245+15=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 245 (96.09% from 255 or 58.06% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F50F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F50F is #5D0AF0. Grayscale: #C2C2C2. Windows color (decimal): -6097649 or 1045922. OLE color: 1045922.
HSL color Cylindrical-coordinate representation of color #A2F50F: hue angle of 81.65º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2F50F is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 15 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.04 |
| HSL | 81.65º | 0.92% | 0.51% | - |
| HSV(B) | 81.65º | 0.94% | 0.96% | - |
| XYZ | 47.64 | 73.02 | 12.04 | - |
| YUV | 193.96 | 27 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 15 | 0.34 | 0 | 0.94 | 0.04 | 81.65 | 0.92 | 0.51 |
| Hex | A2 | F5 | F | 22 | 0 | 5E | 4 | 52 | 5C | 33 |
| Octal | 242 | 365 | 17 | 42 | 0 | 136 | 4 | 122 | 134 | 63 |
| Binary | 10100010 | 11110101 | 1111 | 100010 | 0 | 1011110 | 100 | 1010010 | 1011100 | 110011 |
Color Harmonies of #A2F50F
Complementary color
Monochromatic Colors of #A2F50F
Black with #A2F50F
Text Example
Text Example
White with #A2F50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F50F; }
p { color: rgb(162,245,15); }
H1.HeaderClassName
{
color: #A2F50F;
}
.AnyTagClassName
{
color: #A2F50F;
}
</style>
background-color css
<style>
a { background-color: #A2F50F; }
a { background-color: rgb(162,245,15); }
div.DivClassName
{
background-color: #A2F50F;
}
.BgClassName
{
background-color: #A2F50F;
}
</style>
border-color css
<style>
span { border-color: #A2F50F; }
span { border-color: rgb(162,245,15); }
td.TdClassName
{
border-color: #A2F50F;
}
.TagClassName
{
border-color: #A2F50F;
}
</style>