Shades of Spring Bud #A1F310
Tints of Spring Bud #A1F310
RGB
CMYK
RGB Variations
Color information
#A1F310 (or 0xA1F310) is known color: Spring Bud. HEX triplet: A1, F3 and 10. RGB value is (161,243,16). Sum of RGB (Red+Green+Blue) = 161+243+16=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F310 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F310 is #5E0CEF. Grayscale: #C1C1C1. Windows color (decimal): -6163696 or 1110945. OLE color: 1110945.
HSL color Cylindrical-coordinate representation of color #A1F310: hue angle of 81.67º 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 #A1F310 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 16 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.05 |
| HSL | 81.67º | 0.9% | 0.51% | - |
| HSV(B) | 81.67º | 0.93% | 0.95% | - |
| XYZ | 46.84 | 71.72 | 11.86 | - |
| YUV | 192.6 | 28.33 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 16 | 0.34 | 0 | 0.93 | 0.05 | 81.67 | 0.9 | 0.51 |
| Hex | A1 | F3 | 10 | 22 | 0 | 5D | 5 | 52 | 5A | 33 |
| Octal | 241 | 363 | 20 | 42 | 0 | 135 | 5 | 122 | 132 | 63 |
| Binary | 10100001 | 11110011 | 10000 | 100010 | 0 | 1011101 | 101 | 1010010 | 1011010 | 110011 |
Color Harmonies of #A1F310
Complementary color
Monochromatic Colors of #A1F310
Black with #A1F310
Text Example
Text Example
White with #A1F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F310; }
p { color: rgb(161,243,16); }
H1.HeaderClassName
{
color: #A1F310;
}
.AnyTagClassName
{
color: #A1F310;
}
</style>
background-color css
<style>
a { background-color: #A1F310; }
a { background-color: rgb(161,243,16); }
div.DivClassName
{
background-color: #A1F310;
}
.BgClassName
{
background-color: #A1F310;
}
</style>
border-color css
<style>
span { border-color: #A1F310; }
span { border-color: rgb(161,243,16); }
td.TdClassName
{
border-color: #A1F310;
}
.TagClassName
{
border-color: #A1F310;
}
</style>