Shades of Spring Bud #A2FB03
Tints of Spring Bud #A2FB03
RGB
CMYK
RGB Variations
Color information
#A2FB03 (or 0xA2FB03) is known color: Spring Bud. HEX triplet: A2, FB and 03. RGB value is (162,251,3). Sum of RGB (Red+Green+Blue) = 162+251+3=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 251 (98.44% from 255 or 60.34% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FB03 is #5D04FC. Grayscale: #C5C5C5. Windows color (decimal): -6096125 or 261026. OLE color: 261026.
HSL color Cylindrical-coordinate representation of color #A2FB03: hue angle of 81.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2FB03 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.02 |
| HSL | 81.53º | 0.98% | 0.5% | - |
| HSV(B) | 81.53º | 0.99% | 0.98% | - |
| XYZ | 49.41 | 76.68 | 12.28 | - |
| YUV | 196.12 | 19.01 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 3 | 0.35 | 0 | 0.99 | 0.02 | 81.53 | 0.98 | 0.5 |
| Hex | A2 | FB | 3 | 23 | 0 | 63 | 2 | 52 | 62 | 32 |
| Octal | 242 | 373 | 3 | 43 | 0 | 143 | 2 | 122 | 142 | 62 |
| Binary | 10100010 | 11111011 | 11 | 100011 | 0 | 1100011 | 10 | 1010010 | 1100010 | 110010 |
Color Harmonies of #A2FB03
Complementary color
Monochromatic Colors of #A2FB03
Black with #A2FB03
Text Example
Text Example
White with #A2FB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB03; }
p { color: rgb(162,251,3); }
H1.HeaderClassName
{
color: #A2FB03;
}
.AnyTagClassName
{
color: #A2FB03;
}
</style>
background-color css
<style>
a { background-color: #A2FB03; }
a { background-color: rgb(162,251,3); }
div.DivClassName
{
background-color: #A2FB03;
}
.BgClassName
{
background-color: #A2FB03;
}
</style>
border-color css
<style>
span { border-color: #A2FB03; }
span { border-color: rgb(162,251,3); }
td.TdClassName
{
border-color: #A2FB03;
}
.TagClassName
{
border-color: #A2FB03;
}
</style>