Shades of Spring Bud #A1F60C
Tints of Spring Bud #A1F60C
RGB
CMYK
RGB Variations
Color information
#A1F60C (or 0xA1F60C) is known color: Spring Bud. HEX triplet: A1, F6 and 0C. RGB value is (161,246,12). Sum of RGB (Red+Green+Blue) = 161+246+12=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 246 (96.48% from 255 or 58.71% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F60C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F60C is #5E09F3. Grayscale: #C2C2C2. Windows color (decimal): -6162932 or 849569. OLE color: 849569.
HSL color Cylindrical-coordinate representation of color #A1F60C: hue angle of 81.79º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1F60C is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 12 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.04 |
| HSL | 81.79º | 0.93% | 0.51% | - |
| HSV(B) | 81.79º | 0.95% | 0.96% | - |
| XYZ | 47.72 | 73.52 | 12.02 | - |
| YUV | 193.91 | 25.34 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 12 | 0.35 | 0 | 0.95 | 0.04 | 81.79 | 0.93 | 0.51 |
| Hex | A1 | F6 | C | 23 | 0 | 5F | 4 | 52 | 5D | 33 |
| Octal | 241 | 366 | 14 | 43 | 0 | 137 | 4 | 122 | 135 | 63 |
| Binary | 10100001 | 11110110 | 1100 | 100011 | 0 | 1011111 | 100 | 1010010 | 1011101 | 110011 |
Color Harmonies of #A1F60C
Complementary color
Monochromatic Colors of #A1F60C
Black with #A1F60C
Text Example
Text Example
White with #A1F60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F60C; }
p { color: rgb(161,246,12); }
H1.HeaderClassName
{
color: #A1F60C;
}
.AnyTagClassName
{
color: #A1F60C;
}
</style>
background-color css
<style>
a { background-color: #A1F60C; }
a { background-color: rgb(161,246,12); }
div.DivClassName
{
background-color: #A1F60C;
}
.BgClassName
{
background-color: #A1F60C;
}
</style>
border-color css
<style>
span { border-color: #A1F60C; }
span { border-color: rgb(161,246,12); }
td.TdClassName
{
border-color: #A1F60C;
}
.TagClassName
{
border-color: #A1F60C;
}
</style>