Shades of Spring Bud #A8FB11
Tints of Spring Bud #A8FB11
RGB
CMYK
RGB Variations
Color information
#A8FB11 (or 0xA8FB11) is known color: Spring Bud. HEX triplet: A8, FB and 11. RGB value is (168,251,17). Sum of RGB (Red+Green+Blue) = 168+251+17=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 251 (98.44% from 255 or 57.57% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FB11 is #5704EE. Grayscale: #C8C8C8. Windows color (decimal): -5702895 or 1178536. OLE color: 1178536.
HSL color Cylindrical-coordinate representation of color #A8FB11: hue angle of 81.28º 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 #A8FB11 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 17 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.02 |
| HSL | 81.28º | 0.97% | 0.53% | - |
| HSV(B) | 81.28º | 0.93% | 0.98% | - |
| XYZ | 50.75 | 77.36 | 12.79 | - |
| YUV | 199.51 | 25 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 17 | 0.33 | 0 | 0.93 | 0.02 | 81.28 | 0.97 | 0.53 |
| Hex | A8 | FB | 11 | 21 | 0 | 5D | 2 | 51 | 61 | 35 |
| Octal | 250 | 373 | 21 | 41 | 0 | 135 | 2 | 121 | 141 | 65 |
| Binary | 10101000 | 11111011 | 10001 | 100001 | 0 | 1011101 | 10 | 1010001 | 1100001 | 110101 |
Color Harmonies of #A8FB11
Complementary color
Monochromatic Colors of #A8FB11
Black with #A8FB11
Text Example
Text Example
White with #A8FB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB11; }
p { color: rgb(168,251,17); }
H1.HeaderClassName
{
color: #A8FB11;
}
.AnyTagClassName
{
color: #A8FB11;
}
</style>
background-color css
<style>
a { background-color: #A8FB11; }
a { background-color: rgb(168,251,17); }
div.DivClassName
{
background-color: #A8FB11;
}
.BgClassName
{
background-color: #A8FB11;
}
</style>
border-color css
<style>
span { border-color: #A8FB11; }
span { border-color: rgb(168,251,17); }
td.TdClassName
{
border-color: #A8FB11;
}
.TagClassName
{
border-color: #A8FB11;
}
</style>