Shades of Spring Bud #A6FA12
Tints of Spring Bud #A6FA12
RGB
CMYK
RGB Variations
Color information
#A6FA12 (or 0xA6FA12) is known color: Spring Bud. HEX triplet: A6, FA and 12. RGB value is (166,250,18). Sum of RGB (Red+Green+Blue) = 166+250+18=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 250 (98.05% from 255 or 57.60% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FA12 is #5905ED. Grayscale: #C7C7C7. Windows color (decimal): -5834222 or 1243814. OLE color: 1243814.
HSL color Cylindrical-coordinate representation of color #A6FA12: hue angle of 81.72º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6FA12 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 18 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.02 |
| HSL | 81.72º | 0.96% | 0.53% | - |
| HSV(B) | 81.72º | 0.93% | 0.98% | - |
| XYZ | 50.02 | 76.52 | 12.71 | - |
| YUV | 198.44 | 26.17 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 18 | 0.34 | 0 | 0.93 | 0.02 | 81.72 | 0.96 | 0.53 |
| Hex | A6 | FA | 12 | 22 | 0 | 5D | 2 | 52 | 60 | 35 |
| Octal | 246 | 372 | 22 | 42 | 0 | 135 | 2 | 122 | 140 | 65 |
| Binary | 10100110 | 11111010 | 10010 | 100010 | 0 | 1011101 | 10 | 1010010 | 1100000 | 110101 |
Color Harmonies of #A6FA12
Complementary color
Monochromatic Colors of #A6FA12
Black with #A6FA12
Text Example
Text Example
White with #A6FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FA12; }
p { color: rgb(166,250,18); }
H1.HeaderClassName
{
color: #A6FA12;
}
.AnyTagClassName
{
color: #A6FA12;
}
</style>
background-color css
<style>
a { background-color: #A6FA12; }
a { background-color: rgb(166,250,18); }
div.DivClassName
{
background-color: #A6FA12;
}
.BgClassName
{
background-color: #A6FA12;
}
</style>
border-color css
<style>
span { border-color: #A6FA12; }
span { border-color: rgb(166,250,18); }
td.TdClassName
{
border-color: #A6FA12;
}
.TagClassName
{
border-color: #A6FA12;
}
</style>