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