Shades of Spring Bud #A6F211
Tints of Spring Bud #A6F211
RGB
CMYK
RGB Variations
Color information
#A6F211 (or 0xA6F211) is known color: Spring Bud. HEX triplet: A6, F2 and 11. RGB value is (166,242,17). Sum of RGB (Red+Green+Blue) = 166+242+17=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 242 (94.92% from 255 or 56.94% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F211 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F211 is #590DEE. Grayscale: #C2C2C2. Windows color (decimal): -5836271 or 1176230. OLE color: 1176230.
HSL color Cylindrical-coordinate representation of color #A6F211: hue angle of 80.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6F211 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 17 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.05 |
| HSL | 80.27º | 0.9% | 0.51% | - |
| HSV(B) | 80.27º | 0.93% | 0.95% | - |
| XYZ | 47.58 | 71.65 | 11.85 | - |
| YUV | 193.63 | 28.32 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 17 | 0.31 | 0 | 0.93 | 0.05 | 80.27 | 0.9 | 0.51 |
| Hex | A6 | F2 | 11 | 1F | 0 | 5D | 5 | 50 | 5A | 33 |
| Octal | 246 | 362 | 21 | 37 | 0 | 135 | 5 | 120 | 132 | 63 |
| Binary | 10100110 | 11110010 | 10001 | 11111 | 0 | 1011101 | 101 | 1010000 | 1011010 | 110011 |
Color Harmonies of #A6F211
Complementary color
Monochromatic Colors of #A6F211
Black with #A6F211
Text Example
Text Example
White with #A6F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F211; }
p { color: rgb(166,242,17); }
H1.HeaderClassName
{
color: #A6F211;
}
.AnyTagClassName
{
color: #A6F211;
}
</style>
background-color css
<style>
a { background-color: #A6F211; }
a { background-color: rgb(166,242,17); }
div.DivClassName
{
background-color: #A6F211;
}
.BgClassName
{
background-color: #A6F211;
}
</style>
border-color css
<style>
span { border-color: #A6F211; }
span { border-color: rgb(166,242,17); }
td.TdClassName
{
border-color: #A6F211;
}
.TagClassName
{
border-color: #A6F211;
}
</style>