Shades of Spring Bud #A6F210
Tints of Spring Bud #A6F210
RGB
CMYK
RGB Variations
Color information
#A6F210 (or 0xA6F210) is known color: Spring Bud. HEX triplet: A6, F2 and 10. RGB value is (166,242,16). Sum of RGB (Red+Green+Blue) = 166+242+16=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 242 (94.92% from 255 or 57.08% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F210 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F210 is #590DEF. Grayscale: #C2C2C2. Windows color (decimal): -5836272 or 1110694. OLE color: 1110694.
HSL color Cylindrical-coordinate representation of color #A6F210: hue angle of 80.18º 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 #A6F210 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 16 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.05 |
| HSL | 80.18º | 0.9% | 0.51% | - |
| HSV(B) | 80.18º | 0.93% | 0.95% | - |
| XYZ | 47.57 | 71.65 | 11.81 | - |
| YUV | 193.51 | 27.82 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 16 | 0.31 | 0 | 0.93 | 0.05 | 80.18 | 0.9 | 0.51 |
| Hex | A6 | F2 | 10 | 1F | 0 | 5D | 5 | 50 | 5A | 33 |
| Octal | 246 | 362 | 20 | 37 | 0 | 135 | 5 | 120 | 132 | 63 |
| Binary | 10100110 | 11110010 | 10000 | 11111 | 0 | 1011101 | 101 | 1010000 | 1011010 | 110011 |
Color Harmonies of #A6F210
Complementary color
Monochromatic Colors of #A6F210
Black with #A6F210
Text Example
Text Example
White with #A6F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F210; }
p { color: rgb(166,242,16); }
H1.HeaderClassName
{
color: #A6F210;
}
.AnyTagClassName
{
color: #A6F210;
}
</style>
background-color css
<style>
a { background-color: #A6F210; }
a { background-color: rgb(166,242,16); }
div.DivClassName
{
background-color: #A6F210;
}
.BgClassName
{
background-color: #A6F210;
}
</style>
border-color css
<style>
span { border-color: #A6F210; }
span { border-color: rgb(166,242,16); }
td.TdClassName
{
border-color: #A6F210;
}
.TagClassName
{
border-color: #A6F210;
}
</style>