Shades of Spring Bud #A2FA09
Tints of Spring Bud #A2FA09
RGB
CMYK
RGB Variations
Color information
#A2FA09 (or 0xA2FA09) is known color: Spring Bud. HEX triplet: A2, FA and 09. RGB value is (162,250,9). Sum of RGB (Red+Green+Blue) = 162+250+9=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA09 is #5D05F6. Grayscale: #C5C5C5. Windows color (decimal): -6096375 or 653986. OLE color: 653986.
HSL color Cylindrical-coordinate representation of color #A2FA09: hue angle of 81.91º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2FA09 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 9 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.02 |
| HSL | 81.91º | 0.96% | 0.51% | - |
| HSV(B) | 81.91º | 0.96% | 0.98% | - |
| XYZ | 49.14 | 76.07 | 12.35 | - |
| YUV | 196.21 | 22.35 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 9 | 0.35 | 0 | 0.96 | 0.02 | 81.91 | 0.96 | 0.51 |
| Hex | A2 | FA | 9 | 23 | 0 | 60 | 2 | 52 | 60 | 33 |
| Octal | 242 | 372 | 11 | 43 | 0 | 140 | 2 | 122 | 140 | 63 |
| Binary | 10100010 | 11111010 | 1001 | 100011 | 0 | 1100000 | 10 | 1010010 | 1100000 | 110011 |
Color Harmonies of #A2FA09
Complementary color
Monochromatic Colors of #A2FA09
Black with #A2FA09
Text Example
Text Example
White with #A2FA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA09; }
p { color: rgb(162,250,9); }
H1.HeaderClassName
{
color: #A2FA09;
}
.AnyTagClassName
{
color: #A2FA09;
}
</style>
background-color css
<style>
a { background-color: #A2FA09; }
a { background-color: rgb(162,250,9); }
div.DivClassName
{
background-color: #A2FA09;
}
.BgClassName
{
background-color: #A2FA09;
}
</style>
border-color css
<style>
span { border-color: #A2FA09; }
span { border-color: rgb(162,250,9); }
td.TdClassName
{
border-color: #A2FA09;
}
.TagClassName
{
border-color: #A2FA09;
}
</style>