Shades of Spring Bud #A2FB0A
Tints of Spring Bud #A2FB0A
RGB
CMYK
RGB Variations
Color information
#A2FB0A (or 0xA2FB0A) is known color: Spring Bud. HEX triplet: A2, FB and 0A. RGB value is (162,251,10). Sum of RGB (Red+Green+Blue) = 162+251+10=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 251 (98.44% from 255 or 59.34% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FB0A is #5D04F5. Grayscale: #C5C5C5. Windows color (decimal): -6096118 or 719778. OLE color: 719778.
HSL color Cylindrical-coordinate representation of color #A2FB0A: hue angle of 82.16º degrees, saturation: 0.97, 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 #A2FB0A is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 10 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.02 |
| HSL | 82.16º | 0.97% | 0.51% | - |
| HSV(B) | 82.16º | 0.96% | 0.98% | - |
| XYZ | 49.45 | 76.7 | 12.48 | - |
| YUV | 196.92 | 22.51 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 10 | 0.35 | 0 | 0.96 | 0.02 | 82.16 | 0.97 | 0.51 |
| Hex | A2 | FB | A | 23 | 0 | 60 | 2 | 52 | 61 | 33 |
| Octal | 242 | 373 | 12 | 43 | 0 | 140 | 2 | 122 | 141 | 63 |
| Binary | 10100010 | 11111011 | 1010 | 100011 | 0 | 1100000 | 10 | 1010010 | 1100001 | 110011 |
Color Harmonies of #A2FB0A
Complementary color
Monochromatic Colors of #A2FB0A
Black with #A2FB0A
Text Example
Text Example
White with #A2FB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB0A; }
p { color: rgb(162,251,10); }
H1.HeaderClassName
{
color: #A2FB0A;
}
.AnyTagClassName
{
color: #A2FB0A;
}
</style>
background-color css
<style>
a { background-color: #A2FB0A; }
a { background-color: rgb(162,251,10); }
div.DivClassName
{
background-color: #A2FB0A;
}
.BgClassName
{
background-color: #A2FB0A;
}
</style>
border-color css
<style>
span { border-color: #A2FB0A; }
span { border-color: rgb(162,251,10); }
td.TdClassName
{
border-color: #A2FB0A;
}
.TagClassName
{
border-color: #A2FB0A;
}
</style>