Shades of Spring Bud #A8FE00
Tints of Spring Bud #A8FE00
RGB
CMYK
RGB Variations
Color information
#A8FE00 (or 0xA8FE00) is known color: Spring Bud. HEX triplet: A8, FE and 00. RGB value is (168,254,0). Sum of RGB (Red+Green+Blue) = 168+254+0=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 254 (99.61% from 255 or 60.19% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FE00 is #5701FF. Grayscale: #C8C8C8. Windows color (decimal): -5702144 or 65192. OLE color: 65192.
HSL color Cylindrical-coordinate representation of color #A8FE00: hue angle of 80.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8FE00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.00 |
| HSL | 80.31º | 1% | 0.5% | - |
| HSV(B) | 80.31º | 1% | 1% | - |
| XYZ | 51.59 | 79.21 | 12.57 | - |
| YUV | 199.33 | 15.51 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 0 | 0.34 | 0 | 1 | 0.00 | 80.31 | 1 | 0.5 |
| Hex | A8 | FE | 0 | 22 | 0 | 64 | 0 | 50 | 64 | 32 |
| Octal | 250 | 376 | 0 | 42 | 0 | 144 | 0 | 120 | 144 | 62 |
| Binary | 10101000 | 11111110 | 0 | 100010 | 0 | 1100100 | 0 | 1010000 | 1100100 | 110010 |
Color Harmonies of #A8FE00
Complementary color
Monochromatic Colors of #A8FE00
Black with #A8FE00
Text Example
Text Example
White with #A8FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE00; }
p { color: rgb(168,254,0); }
H1.HeaderClassName
{
color: #A8FE00;
}
.AnyTagClassName
{
color: #A8FE00;
}
</style>
background-color css
<style>
a { background-color: #A8FE00; }
a { background-color: rgb(168,254,0); }
div.DivClassName
{
background-color: #A8FE00;
}
.BgClassName
{
background-color: #A8FE00;
}
</style>
border-color css
<style>
span { border-color: #A8FE00; }
span { border-color: rgb(168,254,0); }
td.TdClassName
{
border-color: #A8FE00;
}
.TagClassName
{
border-color: #A8FE00;
}
</style>