Shades of Spring Bud #A8FC0E
Tints of Spring Bud #A8FC0E
RGB
CMYK
RGB Variations
Color information
#A8FC0E (or 0xA8FC0E) is known color: Spring Bud. HEX triplet: A8, FC and 0E. RGB value is (168,252,14). Sum of RGB (Red+Green+Blue) = 168+252+14=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 252 (98.83% from 255 or 58.06% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FC0E is #5703F1. Grayscale: #C8C8C8. Windows color (decimal): -5702642 or 982184. OLE color: 982184.
HSL color Cylindrical-coordinate representation of color #A8FC0E: hue angle of 81.18º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8FC0E is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 14 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.01 |
| HSL | 81.18º | 0.98% | 0.52% | - |
| HSV(B) | 81.18º | 0.94% | 0.99% | - |
| XYZ | 51.04 | 77.98 | 12.78 | - |
| YUV | 199.75 | 23.17 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 14 | 0.33 | 0 | 0.94 | 0.01 | 81.18 | 0.98 | 0.52 |
| Hex | A8 | FC | E | 21 | 0 | 5E | 1 | 51 | 62 | 34 |
| Octal | 250 | 374 | 16 | 41 | 0 | 136 | 1 | 121 | 142 | 64 |
| Binary | 10101000 | 11111100 | 1110 | 100001 | 0 | 1011110 | 1 | 1010001 | 1100010 | 110100 |
Color Harmonies of #A8FC0E
Complementary color
Monochromatic Colors of #A8FC0E
Black with #A8FC0E
Text Example
Text Example
White with #A8FC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC0E; }
p { color: rgb(168,252,14); }
H1.HeaderClassName
{
color: #A8FC0E;
}
.AnyTagClassName
{
color: #A8FC0E;
}
</style>
background-color css
<style>
a { background-color: #A8FC0E; }
a { background-color: rgb(168,252,14); }
div.DivClassName
{
background-color: #A8FC0E;
}
.BgClassName
{
background-color: #A8FC0E;
}
</style>
border-color css
<style>
span { border-color: #A8FC0E; }
span { border-color: rgb(168,252,14); }
td.TdClassName
{
border-color: #A8FC0E;
}
.TagClassName
{
border-color: #A8FC0E;
}
</style>