Shades of Spring Bud #A6F800
Tints of Spring Bud #A6F800
RGB
CMYK
RGB Variations
Color information
#A6F800 (or 0xA6F800) is known color: Spring Bud. HEX triplet: A6, F8 and 00. RGB value is (166,248,0). Sum of RGB (Red+Green+Blue) = 166+248+0=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 248 (97.27% from 255 or 59.90% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F800 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F800 is #5907FF. Grayscale: #C4C4C4. Windows color (decimal): -5834752 or 63654. OLE color: 63654.
HSL color Cylindrical-coordinate representation of color #A6F800: hue angle of 79.84º 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 #A6F800 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.03 |
| HSL | 79.84º | 1% | 0.49% | - |
| HSV(B) | 79.84º | 1% | 0.97% | - |
| XYZ | 49.29 | 75.24 | 11.93 | - |
| YUV | 195.21 | 17.83 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 0 | 0.33 | 0 | 1 | 0.03 | 79.84 | 1 | 0.49 |
| Hex | A6 | F8 | 0 | 21 | 0 | 64 | 3 | 50 | 64 | 31 |
| Octal | 246 | 370 | 0 | 41 | 0 | 144 | 3 | 120 | 144 | 61 |
| Binary | 10100110 | 11111000 | 0 | 100001 | 0 | 1100100 | 11 | 1010000 | 1100100 | 110001 |
Color Harmonies of #A6F800
Complementary color
Monochromatic Colors of #A6F800
Black with #A6F800
Text Example
Text Example
White with #A6F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F800; }
p { color: rgb(166,248,0); }
H1.HeaderClassName
{
color: #A6F800;
}
.AnyTagClassName
{
color: #A6F800;
}
</style>
background-color css
<style>
a { background-color: #A6F800; }
a { background-color: rgb(166,248,0); }
div.DivClassName
{
background-color: #A6F800;
}
.BgClassName
{
background-color: #A6F800;
}
</style>
border-color css
<style>
span { border-color: #A6F800; }
span { border-color: rgb(166,248,0); }
td.TdClassName
{
border-color: #A6F800;
}
.TagClassName
{
border-color: #A6F800;
}
</style>