Shades of Spring Bud #A6FE0A
Tints of Spring Bud #A6FE0A
RGB
CMYK
RGB Variations
Color information
#A6FE0A (or 0xA6FE0A) is known color: Spring Bud. HEX triplet: A6, FE and 0A. RGB value is (166,254,10). Sum of RGB (Red+Green+Blue) = 166+254+10=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 254 (99.61% from 255 or 59.07% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FE0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FE0A is #5901F5. Grayscale: #C8C8C8. Windows color (decimal): -5833206 or 720550. OLE color: 720550.
HSL color Cylindrical-coordinate representation of color #A6FE0A: hue angle of 81.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6FE0A is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 10 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.00 |
| HSL | 81.64º | 0.99% | 0.52% | - |
| HSV(B) | 81.64º | 0.96% | 1% | - |
| XYZ | 51.22 | 79.01 | 12.84 | - |
| YUV | 199.87 | 20.85 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 10 | 0.35 | 0 | 0.96 | 0.00 | 81.64 | 0.99 | 0.52 |
| Hex | A6 | FE | A | 23 | 0 | 60 | 0 | 52 | 63 | 34 |
| Octal | 246 | 376 | 12 | 43 | 0 | 140 | 0 | 122 | 143 | 64 |
| Binary | 10100110 | 11111110 | 1010 | 100011 | 0 | 1100000 | 0 | 1010010 | 1100011 | 110100 |
Color Harmonies of #A6FE0A
Complementary color
Monochromatic Colors of #A6FE0A
Black with #A6FE0A
Text Example
Text Example
White with #A6FE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FE0A; }
p { color: rgb(166,254,10); }
H1.HeaderClassName
{
color: #A6FE0A;
}
.AnyTagClassName
{
color: #A6FE0A;
}
</style>
background-color css
<style>
a { background-color: #A6FE0A; }
a { background-color: rgb(166,254,10); }
div.DivClassName
{
background-color: #A6FE0A;
}
.BgClassName
{
background-color: #A6FE0A;
}
</style>
border-color css
<style>
span { border-color: #A6FE0A; }
span { border-color: rgb(166,254,10); }
td.TdClassName
{
border-color: #A6FE0A;
}
.TagClassName
{
border-color: #A6FE0A;
}
</style>