Shades of Spring Bud #A2FA05
Tints of Spring Bud #A2FA05
RGB
CMYK
RGB Variations
Color information
#A2FA05 (or 0xA2FA05) is known color: Spring Bud. HEX triplet: A2, FA and 05. RGB value is (162,250,5). Sum of RGB (Red+Green+Blue) = 162+250+5=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 250 (98.05% from 255 or 59.95% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA05 is #5D05FA. Grayscale: #C4C4C4. Windows color (decimal): -6096379 or 391842. OLE color: 391842.
HSL color Cylindrical-coordinate representation of color #A2FA05: hue angle of 81.55º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2FA05 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.02 |
| HSL | 81.55º | 0.96% | 0.5% | - |
| HSV(B) | 81.55º | 0.98% | 0.98% | - |
| XYZ | 49.11 | 76.06 | 12.24 | - |
| YUV | 195.76 | 20.35 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 5 | 0.35 | 0 | 0.98 | 0.02 | 81.55 | 0.96 | 0.5 |
| Hex | A2 | FA | 5 | 23 | 0 | 62 | 2 | 52 | 60 | 32 |
| Octal | 242 | 372 | 5 | 43 | 0 | 142 | 2 | 122 | 140 | 62 |
| Binary | 10100010 | 11111010 | 101 | 100011 | 0 | 1100010 | 10 | 1010010 | 1100000 | 110010 |
Color Harmonies of #A2FA05
Complementary color
Monochromatic Colors of #A2FA05
Black with #A2FA05
Text Example
Text Example
White with #A2FA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA05; }
p { color: rgb(162,250,5); }
H1.HeaderClassName
{
color: #A2FA05;
}
.AnyTagClassName
{
color: #A2FA05;
}
</style>
background-color css
<style>
a { background-color: #A2FA05; }
a { background-color: rgb(162,250,5); }
div.DivClassName
{
background-color: #A2FA05;
}
.BgClassName
{
background-color: #A2FA05;
}
</style>
border-color css
<style>
span { border-color: #A2FA05; }
span { border-color: rgb(162,250,5); }
td.TdClassName
{
border-color: #A2FA05;
}
.TagClassName
{
border-color: #A2FA05;
}
</style>