Shades of Spring Bud #A2F716
Tints of Spring Bud #A2F716
RGB
CMYK
RGB Variations
Color information
#A2F716 (or 0xA2F716) is known color: Spring Bud. HEX triplet: A2, F7 and 16. RGB value is (162,247,22). Sum of RGB (Red+Green+Blue) = 162+247+22=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 247 (96.88% from 255 or 57.31% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F716 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F716 is #5D08E9. Grayscale: #C4C4C4. Windows color (decimal): -6097130 or 1505186. OLE color: 1505186.
HSL color Cylindrical-coordinate representation of color #A2F716: hue angle of 82.67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2F716 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 22 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.03 |
| HSL | 82.67º | 0.93% | 0.53% | - |
| HSV(B) | 82.67º | 0.91% | 0.97% | - |
| XYZ | 48.31 | 74.26 | 12.55 | - |
| YUV | 195.94 | 29.84 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 22 | 0.34 | 0 | 0.91 | 0.03 | 82.67 | 0.93 | 0.53 |
| Hex | A2 | F7 | 16 | 22 | 0 | 5B | 3 | 53 | 5D | 35 |
| Octal | 242 | 367 | 26 | 42 | 0 | 133 | 3 | 123 | 135 | 65 |
| Binary | 10100010 | 11110111 | 10110 | 100010 | 0 | 1011011 | 11 | 1010011 | 1011101 | 110101 |
Color Harmonies of #A2F716
Complementary color
Monochromatic Colors of #A2F716
Black with #A2F716
Text Example
Text Example
White with #A2F716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F716; }
p { color: rgb(162,247,22); }
H1.HeaderClassName
{
color: #A2F716;
}
.AnyTagClassName
{
color: #A2F716;
}
</style>
background-color css
<style>
a { background-color: #A2F716; }
a { background-color: rgb(162,247,22); }
div.DivClassName
{
background-color: #A2F716;
}
.BgClassName
{
background-color: #A2F716;
}
</style>
border-color css
<style>
span { border-color: #A2F716; }
span { border-color: rgb(162,247,22); }
td.TdClassName
{
border-color: #A2F716;
}
.TagClassName
{
border-color: #A2F716;
}
</style>