Shades of Spring Bud #A2FA07
Tints of Spring Bud #A2FA07
RGB
CMYK
RGB Variations
Color information
#A2FA07 (or 0xA2FA07) is known color: Spring Bud. HEX triplet: A2, FA and 07. RGB value is (162,250,7). Sum of RGB (Red+Green+Blue) = 162+250+7=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA07 is #5D05F8. Grayscale: #C4C4C4. Windows color (decimal): -6096377 or 522914. OLE color: 522914.
HSL color Cylindrical-coordinate representation of color #A2FA07: hue angle of 81.73º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2FA07 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 7 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.02 |
| HSL | 81.73º | 0.96% | 0.5% | - |
| HSV(B) | 81.73º | 0.97% | 0.98% | - |
| XYZ | 49.12 | 76.07 | 12.29 | - |
| YUV | 195.99 | 21.35 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 7 | 0.35 | 0 | 0.97 | 0.02 | 81.73 | 0.96 | 0.5 |
| Hex | A2 | FA | 7 | 23 | 0 | 61 | 2 | 52 | 60 | 32 |
| Octal | 242 | 372 | 7 | 43 | 0 | 141 | 2 | 122 | 140 | 62 |
| Binary | 10100010 | 11111010 | 111 | 100011 | 0 | 1100001 | 10 | 1010010 | 1100000 | 110010 |
Color Harmonies of #A2FA07
Complementary color
Monochromatic Colors of #A2FA07
Black with #A2FA07
Text Example
Text Example
White with #A2FA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA07; }
p { color: rgb(162,250,7); }
H1.HeaderClassName
{
color: #A2FA07;
}
.AnyTagClassName
{
color: #A2FA07;
}
</style>
background-color css
<style>
a { background-color: #A2FA07; }
a { background-color: rgb(162,250,7); }
div.DivClassName
{
background-color: #A2FA07;
}
.BgClassName
{
background-color: #A2FA07;
}
</style>
border-color css
<style>
span { border-color: #A2FA07; }
span { border-color: rgb(162,250,7); }
td.TdClassName
{
border-color: #A2FA07;
}
.TagClassName
{
border-color: #A2FA07;
}
</style>