Shades of Spring Bud #A6EE00
Tints of Spring Bud #A6EE00
RGB
CMYK
RGB Variations
Color information
#A6EE00 (or 0xA6EE00) is known color: Spring Bud. HEX triplet: A6, EE and 00. RGB value is (166,238,0). Sum of RGB (Red+Green+Blue) = 166+238+0=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 238 (93.36% from 255 or 58.91% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6EE00 is #5911FF. Grayscale: #BEBEBE. Windows color (decimal): -5837312 or 61094. OLE color: 61094.
HSL color Cylindrical-coordinate representation of color #A6EE00: hue angle of 78.15º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6EE00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.07 |
| HSL | 78.15º | 1% | 0.47% | - |
| HSV(B) | 78.15º | 1% | 0.93% | - |
| XYZ | 46.3 | 69.26 | 10.93 | - |
| YUV | 189.34 | 21.15 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 0 | 0.30 | 0 | 1 | 0.07 | 78.15 | 1 | 0.47 |
| Hex | A6 | EE | 0 | 1E | 0 | 64 | 7 | 4E | 64 | 2F |
| Octal | 246 | 356 | 0 | 36 | 0 | 144 | 7 | 116 | 144 | 57 |
| Binary | 10100110 | 11101110 | 0 | 11110 | 0 | 1100100 | 111 | 1001110 | 1100100 | 101111 |
Color Harmonies of #A6EE00
Complementary color
Monochromatic Colors of #A6EE00
Black with #A6EE00
Text Example
Text Example
White with #A6EE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE00; }
p { color: rgb(166,238,0); }
H1.HeaderClassName
{
color: #A6EE00;
}
.AnyTagClassName
{
color: #A6EE00;
}
</style>
background-color css
<style>
a { background-color: #A6EE00; }
a { background-color: rgb(166,238,0); }
div.DivClassName
{
background-color: #A6EE00;
}
.BgClassName
{
background-color: #A6EE00;
}
</style>
border-color css
<style>
span { border-color: #A6EE00; }
span { border-color: rgb(166,238,0); }
td.TdClassName
{
border-color: #A6EE00;
}
.TagClassName
{
border-color: #A6EE00;
}
</style>