Shades of Spring Bud #A6EE0A
Tints of Spring Bud #A6EE0A
RGB
CMYK
RGB Variations
Color information
#A6EE0A (or 0xA6EE0A) is known color: Spring Bud. HEX triplet: A6, EE and 0A. RGB value is (166,238,10). Sum of RGB (Red+Green+Blue) = 166+238+10=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 238 (93.36% from 255 or 57.49% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6EE0A is #5911F5. Grayscale: #BFBFBF. Windows color (decimal): -5837302 or 716454. OLE color: 716454.
HSL color Cylindrical-coordinate representation of color #A6EE0A: hue angle of 78.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6EE0A is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 10 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.07 |
| HSL | 78.95º | 0.92% | 0.49% | - |
| HSV(B) | 78.95º | 0.96% | 0.93% | - |
| XYZ | 46.36 | 69.28 | 11.22 | - |
| YUV | 190.48 | 26.15 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 10 | 0.30 | 0 | 0.96 | 0.07 | 78.95 | 0.92 | 0.49 |
| Hex | A6 | EE | A | 1E | 0 | 60 | 7 | 4F | 5C | 31 |
| Octal | 246 | 356 | 12 | 36 | 0 | 140 | 7 | 117 | 134 | 61 |
| Binary | 10100110 | 11101110 | 1010 | 11110 | 0 | 1100000 | 111 | 1001111 | 1011100 | 110001 |
Color Harmonies of #A6EE0A
Complementary color
Monochromatic Colors of #A6EE0A
Black with #A6EE0A
Text Example
Text Example
White with #A6EE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE0A; }
p { color: rgb(166,238,10); }
H1.HeaderClassName
{
color: #A6EE0A;
}
.AnyTagClassName
{
color: #A6EE0A;
}
</style>
background-color css
<style>
a { background-color: #A6EE0A; }
a { background-color: rgb(166,238,10); }
div.DivClassName
{
background-color: #A6EE0A;
}
.BgClassName
{
background-color: #A6EE0A;
}
</style>
border-color css
<style>
span { border-color: #A6EE0A; }
span { border-color: rgb(166,238,10); }
td.TdClassName
{
border-color: #A6EE0A;
}
.TagClassName
{
border-color: #A6EE0A;
}
</style>