Shades of Spring Bud #A8FC16
Tints of Spring Bud #A8FC16
RGB
CMYK
RGB Variations
Color information
#A8FC16 (or 0xA8FC16) is known color: Spring Bud. HEX triplet: A8, FC and 16. RGB value is (168,252,22). Sum of RGB (Red+Green+Blue) = 168+252+22=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FC16 is #5703E9. Grayscale: #C9C9C9. Windows color (decimal): -5702634 or 1506472. OLE color: 1506472.
HSL color Cylindrical-coordinate representation of color #A8FC16: hue angle of 81.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8FC16 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 22 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.01 |
| HSL | 81.91º | 0.97% | 0.54% | - |
| HSV(B) | 81.91º | 0.91% | 0.99% | - |
| XYZ | 51.1 | 78 | 13.12 | - |
| YUV | 200.66 | 27.17 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 22 | 0.33 | 0 | 0.91 | 0.01 | 81.91 | 0.97 | 0.54 |
| Hex | A8 | FC | 16 | 21 | 0 | 5B | 1 | 52 | 61 | 36 |
| Octal | 250 | 374 | 26 | 41 | 0 | 133 | 1 | 122 | 141 | 66 |
| Binary | 10101000 | 11111100 | 10110 | 100001 | 0 | 1011011 | 1 | 1010010 | 1100001 | 110110 |
Color Harmonies of #A8FC16
Complementary color
Monochromatic Colors of #A8FC16
Black with #A8FC16
Text Example
Text Example
White with #A8FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC16; }
p { color: rgb(168,252,22); }
H1.HeaderClassName
{
color: #A8FC16;
}
.AnyTagClassName
{
color: #A8FC16;
}
</style>
background-color css
<style>
a { background-color: #A8FC16; }
a { background-color: rgb(168,252,22); }
div.DivClassName
{
background-color: #A8FC16;
}
.BgClassName
{
background-color: #A8FC16;
}
</style>
border-color css
<style>
span { border-color: #A8FC16; }
span { border-color: rgb(168,252,22); }
td.TdClassName
{
border-color: #A8FC16;
}
.TagClassName
{
border-color: #A8FC16;
}
</style>