Shades of Spring Bud #A8FC15
Tints of Spring Bud #A8FC15
RGB
CMYK
RGB Variations
Color information
#A8FC15 (or 0xA8FC15) is known color: Spring Bud. HEX triplet: A8, FC and 15. RGB value is (168,252,21). Sum of RGB (Red+Green+Blue) = 168+252+21=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FC15 is #5703EA. Grayscale: #C9C9C9. Windows color (decimal): -5702635 or 1440936. OLE color: 1440936.
HSL color Cylindrical-coordinate representation of color #A8FC15: hue angle of 81.82º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8FC15 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 21 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.01 |
| HSL | 81.82º | 0.97% | 0.54% | - |
| HSV(B) | 81.82º | 0.92% | 0.99% | - |
| XYZ | 51.09 | 78 | 13.07 | - |
| YUV | 200.55 | 26.67 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 21 | 0.33 | 0 | 0.92 | 0.01 | 81.82 | 0.97 | 0.54 |
| Hex | A8 | FC | 15 | 21 | 0 | 5C | 1 | 52 | 61 | 36 |
| Octal | 250 | 374 | 25 | 41 | 0 | 134 | 1 | 122 | 141 | 66 |
| Binary | 10101000 | 11111100 | 10101 | 100001 | 0 | 1011100 | 1 | 1010010 | 1100001 | 110110 |
Color Harmonies of #A8FC15
Complementary color
Monochromatic Colors of #A8FC15
Black with #A8FC15
Text Example
Text Example
White with #A8FC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC15; }
p { color: rgb(168,252,21); }
H1.HeaderClassName
{
color: #A8FC15;
}
.AnyTagClassName
{
color: #A8FC15;
}
</style>
background-color css
<style>
a { background-color: #A8FC15; }
a { background-color: rgb(168,252,21); }
div.DivClassName
{
background-color: #A8FC15;
}
.BgClassName
{
background-color: #A8FC15;
}
</style>
border-color css
<style>
span { border-color: #A8FC15; }
span { border-color: rgb(168,252,21); }
td.TdClassName
{
border-color: #A8FC15;
}
.TagClassName
{
border-color: #A8FC15;
}
</style>