Shades of Spring Bud #A2FA0C
Tints of Spring Bud #A2FA0C
RGB
CMYK
RGB Variations
Color information
#A2FA0C (or 0xA2FA0C) is known color: Spring Bud. HEX triplet: A2, FA and 0C. RGB value is (162,250,12). Sum of RGB (Red+Green+Blue) = 162+250+12=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA0C is #5D05F3. Grayscale: #C5C5C5. Windows color (decimal): -6096372 or 850594. OLE color: 850594.
HSL color Cylindrical-coordinate representation of color #A2FA0C: hue angle of 82.18º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2FA0C is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 12 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.02 |
| HSL | 82.18º | 0.96% | 0.51% | - |
| HSV(B) | 82.18º | 0.95% | 0.98% | - |
| XYZ | 49.15 | 76.08 | 12.44 | - |
| YUV | 196.56 | 23.85 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 12 | 0.35 | 0 | 0.95 | 0.02 | 82.18 | 0.96 | 0.51 |
| Hex | A2 | FA | C | 23 | 0 | 5F | 2 | 52 | 60 | 33 |
| Octal | 242 | 372 | 14 | 43 | 0 | 137 | 2 | 122 | 140 | 63 |
| Binary | 10100010 | 11111010 | 1100 | 100011 | 0 | 1011111 | 10 | 1010010 | 1100000 | 110011 |
Color Harmonies of #A2FA0C
Complementary color
Monochromatic Colors of #A2FA0C
Black with #A2FA0C
Text Example
Text Example
White with #A2FA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA0C; }
p { color: rgb(162,250,12); }
H1.HeaderClassName
{
color: #A2FA0C;
}
.AnyTagClassName
{
color: #A2FA0C;
}
</style>
background-color css
<style>
a { background-color: #A2FA0C; }
a { background-color: rgb(162,250,12); }
div.DivClassName
{
background-color: #A2FA0C;
}
.BgClassName
{
background-color: #A2FA0C;
}
</style>
border-color css
<style>
span { border-color: #A2FA0C; }
span { border-color: rgb(162,250,12); }
td.TdClassName
{
border-color: #A2FA0C;
}
.TagClassName
{
border-color: #A2FA0C;
}
</style>