Shades of Spring Bud #A2FA12
Tints of Spring Bud #A2FA12
RGB
CMYK
RGB Variations
Color information
#A2FA12 (or 0xA2FA12) is known color: Spring Bud. HEX triplet: A2, FA and 12. RGB value is (162,250,18). Sum of RGB (Red+Green+Blue) = 162+250+18=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA12 is #5D05ED. Grayscale: #C6C6C6. Windows color (decimal): -6096366 or 1243810. OLE color: 1243810.
HSL color Cylindrical-coordinate representation of color #A2FA12: hue angle of 82.76º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2FA12 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 18 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.02 |
| HSL | 82.76º | 0.96% | 0.53% | - |
| HSV(B) | 82.76º | 0.93% | 0.98% | - |
| XYZ | 49.2 | 76.1 | 12.67 | - |
| YUV | 197.24 | 26.85 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 18 | 0.35 | 0 | 0.93 | 0.02 | 82.76 | 0.96 | 0.53 |
| Hex | A2 | FA | 12 | 23 | 0 | 5D | 2 | 53 | 60 | 35 |
| Octal | 242 | 372 | 22 | 43 | 0 | 135 | 2 | 123 | 140 | 65 |
| Binary | 10100010 | 11111010 | 10010 | 100011 | 0 | 1011101 | 10 | 1010011 | 1100000 | 110101 |
Color Harmonies of #A2FA12
Complementary color
Monochromatic Colors of #A2FA12
Black with #A2FA12
Text Example
Text Example
White with #A2FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA12; }
p { color: rgb(162,250,18); }
H1.HeaderClassName
{
color: #A2FA12;
}
.AnyTagClassName
{
color: #A2FA12;
}
</style>
background-color css
<style>
a { background-color: #A2FA12; }
a { background-color: rgb(162,250,18); }
div.DivClassName
{
background-color: #A2FA12;
}
.BgClassName
{
background-color: #A2FA12;
}
</style>
border-color css
<style>
span { border-color: #A2FA12; }
span { border-color: rgb(162,250,18); }
td.TdClassName
{
border-color: #A2FA12;
}
.TagClassName
{
border-color: #A2FA12;
}
</style>