Shades of Spring Bud #A2F107
Tints of Spring Bud #A2F107
RGB
CMYK
RGB Variations
Color information
#A2F107 (or 0xA2F107) is known color: Spring Bud. HEX triplet: A2, F1 and 07. RGB value is (162,241,7). Sum of RGB (Red+Green+Blue) = 162+241+7=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 241 (94.53% from 255 or 58.78% from 410); Blue value is 7 (3.12% from 255 or 1.71% from 410); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F107 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F107 is #5D0EF8. Grayscale: #BFBFBF. Windows color (decimal): -6098681 or 520610. OLE color: 520610.
HSL color Cylindrical-coordinate representation of color #A2F107: hue angle of 80.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2F107 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 7 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.05 |
| HSL | 80.26º | 0.94% | 0.49% | - |
| HSV(B) | 80.26º | 0.97% | 0.95% | - |
| XYZ | 46.39 | 70.61 | 11.38 | - |
| YUV | 190.7 | 24.33 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 7 | 0.33 | 0 | 0.97 | 0.05 | 80.26 | 0.94 | 0.49 |
| Hex | A2 | F1 | 7 | 21 | 0 | 61 | 5 | 50 | 5E | 31 |
| Octal | 242 | 361 | 7 | 41 | 0 | 141 | 5 | 120 | 136 | 61 |
| Binary | 10100010 | 11110001 | 111 | 100001 | 0 | 1100001 | 101 | 1010000 | 1011110 | 110001 |
Color Harmonies of #A2F107
Complementary color
Monochromatic Colors of #A2F107
Black with #A2F107
Text Example
Text Example
White with #A2F107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F107; }
p { color: rgb(162,241,7); }
H1.HeaderClassName
{
color: #A2F107;
}
.AnyTagClassName
{
color: #A2F107;
}
</style>
background-color css
<style>
a { background-color: #A2F107; }
a { background-color: rgb(162,241,7); }
div.DivClassName
{
background-color: #A2F107;
}
.BgClassName
{
background-color: #A2F107;
}
</style>
border-color css
<style>
span { border-color: #A2F107; }
span { border-color: rgb(162,241,7); }
td.TdClassName
{
border-color: #A2F107;
}
.TagClassName
{
border-color: #A2F107;
}
</style>