Shades of Spring Bud #A6EB00
Tints of Spring Bud #A6EB00
RGB
CMYK
RGB Variations
Color information
#A6EB00 (or 0xA6EB00) is known color: Spring Bud. HEX triplet: A6, EB and 00. RGB value is (166,235,0). Sum of RGB (Red+Green+Blue) = 166+235+0=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 235 (92.19% from 255 or 58.60% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6EB00 is #5914FF. Grayscale: #BCBCBC. Windows color (decimal): -5838080 or 60326. OLE color: 60326.
HSL color Cylindrical-coordinate representation of color #A6EB00: hue angle of 77.62º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6EB00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 235 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.08 |
| HSL | 77.62º | 1% | 0.46% | - |
| HSV(B) | 77.62º | 1% | 0.92% | - |
| XYZ | 45.43 | 67.52 | 10.64 | - |
| YUV | 187.58 | 22.14 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 235 | 0 | 0.29 | 0 | 1 | 0.08 | 77.62 | 1 | 0.46 |
| Hex | A6 | EB | 0 | 1D | 0 | 64 | 8 | 4E | 64 | 2E |
| Octal | 246 | 353 | 0 | 35 | 0 | 144 | 10 | 116 | 144 | 56 |
| Binary | 10100110 | 11101011 | 0 | 11101 | 0 | 1100100 | 1000 | 1001110 | 1100100 | 101110 |
Color Harmonies of #A6EB00
Complementary color
Monochromatic Colors of #A6EB00
Black with #A6EB00
Text Example
Text Example
White with #A6EB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EB00; }
p { color: rgb(166,235,0); }
H1.HeaderClassName
{
color: #A6EB00;
}
.AnyTagClassName
{
color: #A6EB00;
}
</style>
background-color css
<style>
a { background-color: #A6EB00; }
a { background-color: rgb(166,235,0); }
div.DivClassName
{
background-color: #A6EB00;
}
.BgClassName
{
background-color: #A6EB00;
}
</style>
border-color css
<style>
span { border-color: #A6EB00; }
span { border-color: rgb(166,235,0); }
td.TdClassName
{
border-color: #A6EB00;
}
.TagClassName
{
border-color: #A6EB00;
}
</style>