Shades of Spring Bud #A8FC13
Tints of Spring Bud #A8FC13
RGB
CMYK
RGB Variations
Color information
#A8FC13 (or 0xA8FC13) is known color: Spring Bud. HEX triplet: A8, FC and 13. RGB value is (168,252,19). Sum of RGB (Red+Green+Blue) = 168+252+19=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 252 (98.83% from 255 or 57.40% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FC13 is #5703EC. Grayscale: #C9C9C9. Windows color (decimal): -5702637 or 1309864. OLE color: 1309864.
HSL color Cylindrical-coordinate representation of color #A8FC13: hue angle of 81.63º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8FC13 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 19 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.01 |
| HSL | 81.63º | 0.97% | 0.53% | - |
| HSV(B) | 81.63º | 0.92% | 0.99% | - |
| XYZ | 51.08 | 77.99 | 12.98 | - |
| YUV | 200.32 | 25.67 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 19 | 0.33 | 0 | 0.92 | 0.01 | 81.63 | 0.97 | 0.53 |
| Hex | A8 | FC | 13 | 21 | 0 | 5C | 1 | 52 | 61 | 35 |
| Octal | 250 | 374 | 23 | 41 | 0 | 134 | 1 | 122 | 141 | 65 |
| Binary | 10101000 | 11111100 | 10011 | 100001 | 0 | 1011100 | 1 | 1010010 | 1100001 | 110101 |
Color Harmonies of #A8FC13
Complementary color
Monochromatic Colors of #A8FC13
Black with #A8FC13
Text Example
Text Example
White with #A8FC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC13; }
p { color: rgb(168,252,19); }
H1.HeaderClassName
{
color: #A8FC13;
}
.AnyTagClassName
{
color: #A8FC13;
}
</style>
background-color css
<style>
a { background-color: #A8FC13; }
a { background-color: rgb(168,252,19); }
div.DivClassName
{
background-color: #A8FC13;
}
.BgClassName
{
background-color: #A8FC13;
}
</style>
border-color css
<style>
span { border-color: #A8FC13; }
span { border-color: rgb(168,252,19); }
td.TdClassName
{
border-color: #A8FC13;
}
.TagClassName
{
border-color: #A8FC13;
}
</style>