Shades of Spring Bud #A6FE14
Tints of Spring Bud #A6FE14
RGB
CMYK
RGB Variations
Color information
#A6FE14 (or 0xA6FE14) is known color: Spring Bud. HEX triplet: A6, FE and 14. RGB value is (166,254,20). Sum of RGB (Red+Green+Blue) = 166+254+20=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FE14 is #5901EB. Grayscale: #C9C9C9. Windows color (decimal): -5833196 or 1375910. OLE color: 1375910.
HSL color Cylindrical-coordinate representation of color #A6FE14: hue angle of 82.56º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6FE14 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 20 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.00 |
| HSL | 82.56º | 0.99% | 0.54% | - |
| HSV(B) | 82.56º | 0.92% | 1% | - |
| XYZ | 51.29 | 79.04 | 13.21 | - |
| YUV | 201.01 | 25.85 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 20 | 0.35 | 0 | 0.92 | 0.00 | 82.56 | 0.99 | 0.54 |
| Hex | A6 | FE | 14 | 23 | 0 | 5C | 0 | 53 | 63 | 36 |
| Octal | 246 | 376 | 24 | 43 | 0 | 134 | 0 | 123 | 143 | 66 |
| Binary | 10100110 | 11111110 | 10100 | 100011 | 0 | 1011100 | 0 | 1010011 | 1100011 | 110110 |
Color Harmonies of #A6FE14
Complementary color
Monochromatic Colors of #A6FE14
Black with #A6FE14
Text Example
Text Example
White with #A6FE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FE14; }
p { color: rgb(166,254,20); }
H1.HeaderClassName
{
color: #A6FE14;
}
.AnyTagClassName
{
color: #A6FE14;
}
</style>
background-color css
<style>
a { background-color: #A6FE14; }
a { background-color: rgb(166,254,20); }
div.DivClassName
{
background-color: #A6FE14;
}
.BgClassName
{
background-color: #A6FE14;
}
</style>
border-color css
<style>
span { border-color: #A6FE14; }
span { border-color: rgb(166,254,20); }
td.TdClassName
{
border-color: #A6FE14;
}
.TagClassName
{
border-color: #A6FE14;
}
</style>