Shades of Spring Bud #A2FB11
Tints of Spring Bud #A2FB11
RGB
CMYK
RGB Variations
Color information
#A2FB11 (or 0xA2FB11) is known color: Spring Bud. HEX triplet: A2, FB and 11. RGB value is (162,251,17). Sum of RGB (Red+Green+Blue) = 162+251+17=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 251 (98.44% from 255 or 58.37% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FB11 is #5D04EE. Grayscale: #C6C6C6. Windows color (decimal): -6096111 or 1178530. OLE color: 1178530.
HSL color Cylindrical-coordinate representation of color #A2FB11: hue angle of 82.82º degrees, saturation: 0.97, 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 #A2FB11 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 17 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.02 |
| HSL | 82.82º | 0.97% | 0.53% | - |
| HSV(B) | 82.82º | 0.93% | 0.98% | - |
| XYZ | 49.5 | 76.72 | 12.73 | - |
| YUV | 197.71 | 26.01 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 17 | 0.35 | 0 | 0.93 | 0.02 | 82.82 | 0.97 | 0.53 |
| Hex | A2 | FB | 11 | 23 | 0 | 5D | 2 | 53 | 61 | 35 |
| Octal | 242 | 373 | 21 | 43 | 0 | 135 | 2 | 123 | 141 | 65 |
| Binary | 10100010 | 11111011 | 10001 | 100011 | 0 | 1011101 | 10 | 1010011 | 1100001 | 110101 |
Color Harmonies of #A2FB11
Complementary color
Monochromatic Colors of #A2FB11
Black with #A2FB11
Text Example
Text Example
White with #A2FB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB11; }
p { color: rgb(162,251,17); }
H1.HeaderClassName
{
color: #A2FB11;
}
.AnyTagClassName
{
color: #A2FB11;
}
</style>
background-color css
<style>
a { background-color: #A2FB11; }
a { background-color: rgb(162,251,17); }
div.DivClassName
{
background-color: #A2FB11;
}
.BgClassName
{
background-color: #A2FB11;
}
</style>
border-color css
<style>
span { border-color: #A2FB11; }
span { border-color: rgb(162,251,17); }
td.TdClassName
{
border-color: #A2FB11;
}
.TagClassName
{
border-color: #A2FB11;
}
</style>