Shades of Spring Bud #A6FF11
Tints of Spring Bud #A6FF11
RGB
CMYK
RGB Variations
Color information
#A6FF11 (or 0xA6FF11) is known color: Spring Bud. HEX triplet: A6, FF and 11. RGB value is (166,255,17). Sum of RGB (Red+Green+Blue) = 166+255+17=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FF11 is #5900EE. Grayscale: #CACACA. Windows color (decimal): -5832943 or 1179558. OLE color: 1179558.
HSL color Cylindrical-coordinate representation of color #A6FF11: hue angle of 82.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6FF11 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 17 | - |
| CMYK | 0.35 | 0 | 0.93 | 0 |
| HSL | 82.44º | 1% | 0.53% | - |
| HSV(B) | 82.44º | 0.93% | 1% | - |
| XYZ | 51.59 | 79.67 | 13.19 | - |
| YUV | 201.26 | 24.01 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 17 | 0.35 | 0 | 0.93 | 0 | 82.44 | 1 | 0.53 |
| Hex | A6 | FF | 11 | 23 | 0 | 5D | 0 | 52 | 64 | 35 |
| Octal | 246 | 377 | 21 | 43 | 0 | 135 | 0 | 122 | 144 | 65 |
| Binary | 10100110 | 11111111 | 10001 | 100011 | 0 | 1011101 | 0 | 1010010 | 1100100 | 110101 |
Color Harmonies of #A6FF11
Complementary color
Monochromatic Colors of #A6FF11
Black with #A6FF11
Text Example
Text Example
White with #A6FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FF11; }
p { color: rgb(166,255,17); }
H1.HeaderClassName
{
color: #A6FF11;
}
.AnyTagClassName
{
color: #A6FF11;
}
</style>
background-color css
<style>
a { background-color: #A6FF11; }
a { background-color: rgb(166,255,17); }
div.DivClassName
{
background-color: #A6FF11;
}
.BgClassName
{
background-color: #A6FF11;
}
</style>
border-color css
<style>
span { border-color: #A6FF11; }
span { border-color: rgb(166,255,17); }
td.TdClassName
{
border-color: #A6FF11;
}
.TagClassName
{
border-color: #A6FF11;
}
</style>