Shades of Spring Bud #A1F60E
Tints of Spring Bud #A1F60E
RGB
CMYK
RGB Variations
Color information
#A1F60E (or 0xA1F60E) is known color: Spring Bud. HEX triplet: A1, F6 and 0E. RGB value is (161,246,14). Sum of RGB (Red+Green+Blue) = 161+246+14=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 246 (96.48% from 255 or 58.43% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F60E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F60E is #5E09F1. Grayscale: #C2C2C2. Windows color (decimal): -6162930 or 980641. OLE color: 980641.
HSL color Cylindrical-coordinate representation of color #A1F60E: hue angle of 81.98º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1F60E is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 14 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.04 |
| HSL | 81.98º | 0.93% | 0.51% | - |
| HSV(B) | 81.98º | 0.94% | 0.96% | - |
| XYZ | 47.73 | 73.52 | 12.09 | - |
| YUV | 194.14 | 26.34 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 14 | 0.35 | 0 | 0.94 | 0.04 | 81.98 | 0.93 | 0.51 |
| Hex | A1 | F6 | E | 23 | 0 | 5E | 4 | 52 | 5D | 33 |
| Octal | 241 | 366 | 16 | 43 | 0 | 136 | 4 | 122 | 135 | 63 |
| Binary | 10100001 | 11110110 | 1110 | 100011 | 0 | 1011110 | 100 | 1010010 | 1011101 | 110011 |
Color Harmonies of #A1F60E
Complementary color
Monochromatic Colors of #A1F60E
Black with #A1F60E
Text Example
Text Example
White with #A1F60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F60E; }
p { color: rgb(161,246,14); }
H1.HeaderClassName
{
color: #A1F60E;
}
.AnyTagClassName
{
color: #A1F60E;
}
</style>
background-color css
<style>
a { background-color: #A1F60E; }
a { background-color: rgb(161,246,14); }
div.DivClassName
{
background-color: #A1F60E;
}
.BgClassName
{
background-color: #A1F60E;
}
</style>
border-color css
<style>
span { border-color: #A1F60E; }
span { border-color: rgb(161,246,14); }
td.TdClassName
{
border-color: #A1F60E;
}
.TagClassName
{
border-color: #A1F60E;
}
</style>