Shades of Spring Bud #A1F518
Tints of Spring Bud #A1F518
RGB
CMYK
RGB Variations
Color information
#A1F518 (or 0xA1F518) is known color: Spring Bud. HEX triplet: A1, F5 and 18. RGB value is (161,245,24). Sum of RGB (Red+Green+Blue) = 161+245+24=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 245 (96.09% from 255 or 56.98% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F518 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F518 is #5E0AE7. Grayscale: #C3C3C3. Windows color (decimal): -6163176 or 1635745. OLE color: 1635745.
HSL color Cylindrical-coordinate representation of color #A1F518: hue angle of 82.81º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1F518 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 24 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.04 |
| HSL | 82.81º | 0.92% | 0.53% | - |
| HSV(B) | 82.81º | 0.9% | 0.96% | - |
| XYZ | 47.52 | 72.95 | 12.44 | - |
| YUV | 194.69 | 31.67 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 24 | 0.34 | 0 | 0.90 | 0.04 | 82.81 | 0.92 | 0.53 |
| Hex | A1 | F5 | 18 | 22 | 0 | 5A | 4 | 53 | 5C | 35 |
| Octal | 241 | 365 | 30 | 42 | 0 | 132 | 4 | 123 | 134 | 65 |
| Binary | 10100001 | 11110101 | 11000 | 100010 | 0 | 1011010 | 100 | 1010011 | 1011100 | 110101 |
Color Harmonies of #A1F518
Complementary color
Monochromatic Colors of #A1F518
Black with #A1F518
Text Example
Text Example
White with #A1F518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F518; }
p { color: rgb(161,245,24); }
H1.HeaderClassName
{
color: #A1F518;
}
.AnyTagClassName
{
color: #A1F518;
}
</style>
background-color css
<style>
a { background-color: #A1F518; }
a { background-color: rgb(161,245,24); }
div.DivClassName
{
background-color: #A1F518;
}
.BgClassName
{
background-color: #A1F518;
}
</style>
border-color css
<style>
span { border-color: #A1F518; }
span { border-color: rgb(161,245,24); }
td.TdClassName
{
border-color: #A1F518;
}
.TagClassName
{
border-color: #A1F518;
}
</style>