Shades of Spring Bud #A1F60D
Tints of Spring Bud #A1F60D
RGB
CMYK
RGB Variations
Color information
#A1F60D (or 0xA1F60D) is known color: Spring Bud. HEX triplet: A1, F6 and 0D. RGB value is (161,246,13). Sum of RGB (Red+Green+Blue) = 161+246+13=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 246 (96.48% from 255 or 58.57% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F60D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F60D is #5E09F2. Grayscale: #C2C2C2. Windows color (decimal): -6162931 or 915105. OLE color: 915105.
HSL color Cylindrical-coordinate representation of color #A1F60D: hue angle of 81.89º 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 #A1F60D is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 13 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.04 |
| HSL | 81.89º | 0.93% | 0.51% | - |
| HSV(B) | 81.89º | 0.95% | 0.96% | - |
| XYZ | 47.73 | 73.52 | 12.06 | - |
| YUV | 194.02 | 25.84 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 13 | 0.35 | 0 | 0.95 | 0.04 | 81.89 | 0.93 | 0.51 |
| Hex | A1 | F6 | D | 23 | 0 | 5F | 4 | 52 | 5D | 33 |
| Octal | 241 | 366 | 15 | 43 | 0 | 137 | 4 | 122 | 135 | 63 |
| Binary | 10100001 | 11110110 | 1101 | 100011 | 0 | 1011111 | 100 | 1010010 | 1011101 | 110011 |
Color Harmonies of #A1F60D
Complementary color
Monochromatic Colors of #A1F60D
Black with #A1F60D
Text Example
Text Example
White with #A1F60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F60D; }
p { color: rgb(161,246,13); }
H1.HeaderClassName
{
color: #A1F60D;
}
.AnyTagClassName
{
color: #A1F60D;
}
</style>
background-color css
<style>
a { background-color: #A1F60D; }
a { background-color: rgb(161,246,13); }
div.DivClassName
{
background-color: #A1F60D;
}
.BgClassName
{
background-color: #A1F60D;
}
</style>
border-color css
<style>
span { border-color: #A1F60D; }
span { border-color: rgb(161,246,13); }
td.TdClassName
{
border-color: #A1F60D;
}
.TagClassName
{
border-color: #A1F60D;
}
</style>