Shades of Spring Bud #A8FB14
Tints of Spring Bud #A8FB14
RGB
CMYK
RGB Variations
Color information
#A8FB14 (or 0xA8FB14) is known color: Spring Bud. HEX triplet: A8, FB and 14. RGB value is (168,251,20). Sum of RGB (Red+Green+Blue) = 168+251+20=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 251 (98.44% from 255 or 57.18% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FB14 is #5704EB. Grayscale: #C8C8C8. Windows color (decimal): -5702892 or 1375144. OLE color: 1375144.
HSL color Cylindrical-coordinate representation of color #A8FB14: hue angle of 81.56º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8FB14 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 20 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.02 |
| HSL | 81.56º | 0.97% | 0.53% | - |
| HSV(B) | 81.56º | 0.92% | 0.98% | - |
| XYZ | 50.77 | 77.37 | 12.92 | - |
| YUV | 199.85 | 26.5 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 20 | 0.33 | 0 | 0.92 | 0.02 | 81.56 | 0.97 | 0.53 |
| Hex | A8 | FB | 14 | 21 | 0 | 5C | 2 | 52 | 61 | 35 |
| Octal | 250 | 373 | 24 | 41 | 0 | 134 | 2 | 122 | 141 | 65 |
| Binary | 10101000 | 11111011 | 10100 | 100001 | 0 | 1011100 | 10 | 1010010 | 1100001 | 110101 |
Color Harmonies of #A8FB14
Complementary color
Monochromatic Colors of #A8FB14
Black with #A8FB14
Text Example
Text Example
White with #A8FB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB14; }
p { color: rgb(168,251,20); }
H1.HeaderClassName
{
color: #A8FB14;
}
.AnyTagClassName
{
color: #A8FB14;
}
</style>
background-color css
<style>
a { background-color: #A8FB14; }
a { background-color: rgb(168,251,20); }
div.DivClassName
{
background-color: #A8FB14;
}
.BgClassName
{
background-color: #A8FB14;
}
</style>
border-color css
<style>
span { border-color: #A8FB14; }
span { border-color: rgb(168,251,20); }
td.TdClassName
{
border-color: #A8FB14;
}
.TagClassName
{
border-color: #A8FB14;
}
</style>