Shades of Spring Bud #A2FA14
Tints of Spring Bud #A2FA14
RGB
CMYK
RGB Variations
Color information
#A2FA14 (or 0xA2FA14) is known color: Spring Bud. HEX triplet: A2, FA and 14. RGB value is (162,250,20). Sum of RGB (Red+Green+Blue) = 162+250+20=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA14 is #5D05EB. Grayscale: #C6C6C6. Windows color (decimal): -6096364 or 1374882. OLE color: 1374882.
HSL color Cylindrical-coordinate representation of color #A2FA14: hue angle of 82.96º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2FA14 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 20 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.02 |
| HSL | 82.96º | 0.96% | 0.53% | - |
| HSV(B) | 82.96º | 0.92% | 0.98% | - |
| XYZ | 49.21 | 76.1 | 12.76 | - |
| YUV | 197.47 | 27.85 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 20 | 0.35 | 0 | 0.92 | 0.02 | 82.96 | 0.96 | 0.53 |
| Hex | A2 | FA | 14 | 23 | 0 | 5C | 2 | 53 | 60 | 35 |
| Octal | 242 | 372 | 24 | 43 | 0 | 134 | 2 | 123 | 140 | 65 |
| Binary | 10100010 | 11111010 | 10100 | 100011 | 0 | 1011100 | 10 | 1010011 | 1100000 | 110101 |
Color Harmonies of #A2FA14
Complementary color
Monochromatic Colors of #A2FA14
Black with #A2FA14
Text Example
Text Example
White with #A2FA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA14; }
p { color: rgb(162,250,20); }
H1.HeaderClassName
{
color: #A2FA14;
}
.AnyTagClassName
{
color: #A2FA14;
}
</style>
background-color css
<style>
a { background-color: #A2FA14; }
a { background-color: rgb(162,250,20); }
div.DivClassName
{
background-color: #A2FA14;
}
.BgClassName
{
background-color: #A2FA14;
}
</style>
border-color css
<style>
span { border-color: #A2FA14; }
span { border-color: rgb(162,250,20); }
td.TdClassName
{
border-color: #A2FA14;
}
.TagClassName
{
border-color: #A2FA14;
}
</style>