Shades of Spring Bud #A8F801
Tints of Spring Bud #A8F801
RGB
CMYK
RGB Variations
Color information
#A8F801 (or 0xA8F801) is known color: Spring Bud. HEX triplet: A8, F8 and 01. RGB value is (168,248,1). Sum of RGB (Red+Green+Blue) = 168+248+1=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 248 (97.27% from 255 or 59.47% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F801 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F801 is #5707FE. Grayscale: #C4C4C4. Windows color (decimal): -5703679 or 129192. OLE color: 129192.
HSL color Cylindrical-coordinate representation of color #A8F801: hue angle of 79.43º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8F801 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 1 | - |
| CMYK | 0.32 | 0 | 1.00 | 0.03 |
| HSL | 79.43º | 0.99% | 0.49% | - |
| HSV(B) | 79.43º | 1% | 0.97% | - |
| XYZ | 49.72 | 75.46 | 11.97 | - |
| YUV | 195.92 | 18 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 1 | 0.32 | 0 | 1.00 | 0.03 | 79.43 | 0.99 | 0.49 |
| Hex | A8 | F8 | 1 | 20 | 0 | 64 | 3 | 4F | 63 | 31 |
| Octal | 250 | 370 | 1 | 40 | 0 | 144 | 3 | 117 | 143 | 61 |
| Binary | 10101000 | 11111000 | 1 | 100000 | 0 | 1100100 | 11 | 1001111 | 1100011 | 110001 |
Color Harmonies of #A8F801
Complementary color
Monochromatic Colors of #A8F801
Black with #A8F801
Text Example
Text Example
White with #A8F801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F801; }
p { color: rgb(168,248,1); }
H1.HeaderClassName
{
color: #A8F801;
}
.AnyTagClassName
{
color: #A8F801;
}
</style>
background-color css
<style>
a { background-color: #A8F801; }
a { background-color: rgb(168,248,1); }
div.DivClassName
{
background-color: #A8F801;
}
.BgClassName
{
background-color: #A8F801;
}
</style>
border-color css
<style>
span { border-color: #A8F801; }
span { border-color: rgb(168,248,1); }
td.TdClassName
{
border-color: #A8F801;
}
.TagClassName
{
border-color: #A8F801;
}
</style>