Shades of Spring Bud #A2FA0E
Tints of Spring Bud #A2FA0E
RGB
CMYK
RGB Variations
Color information
#A2FA0E (or 0xA2FA0E) is known color: Spring Bud. HEX triplet: A2, FA and 0E. RGB value is (162,250,14). Sum of RGB (Red+Green+Blue) = 162+250+14=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA0E is #5D05F1. Grayscale: #C5C5C5. Windows color (decimal): -6096370 or 981666. OLE color: 981666.
HSL color Cylindrical-coordinate representation of color #A2FA0E: hue angle of 82.37º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2FA0E is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 14 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.02 |
| HSL | 82.37º | 0.96% | 0.52% | - |
| HSV(B) | 82.37º | 0.94% | 0.98% | - |
| XYZ | 49.17 | 76.08 | 12.51 | - |
| YUV | 196.78 | 24.85 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 14 | 0.35 | 0 | 0.94 | 0.02 | 82.37 | 0.96 | 0.52 |
| Hex | A2 | FA | E | 23 | 0 | 5E | 2 | 52 | 60 | 34 |
| Octal | 242 | 372 | 16 | 43 | 0 | 136 | 2 | 122 | 140 | 64 |
| Binary | 10100010 | 11111010 | 1110 | 100011 | 0 | 1011110 | 10 | 1010010 | 1100000 | 110100 |
Color Harmonies of #A2FA0E
Complementary color
Monochromatic Colors of #A2FA0E
Black with #A2FA0E
Text Example
Text Example
White with #A2FA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA0E; }
p { color: rgb(162,250,14); }
H1.HeaderClassName
{
color: #A2FA0E;
}
.AnyTagClassName
{
color: #A2FA0E;
}
</style>
background-color css
<style>
a { background-color: #A2FA0E; }
a { background-color: rgb(162,250,14); }
div.DivClassName
{
background-color: #A2FA0E;
}
.BgClassName
{
background-color: #A2FA0E;
}
</style>
border-color css
<style>
span { border-color: #A2FA0E; }
span { border-color: rgb(162,250,14); }
td.TdClassName
{
border-color: #A2FA0E;
}
.TagClassName
{
border-color: #A2FA0E;
}
</style>