Shades of Spring Bud #A1F415
Tints of Spring Bud #A1F415
RGB
CMYK
RGB Variations
Color information
#A1F415 (or 0xA1F415) is known color: Spring Bud. HEX triplet: A1, F4 and 15. RGB value is (161,244,21). Sum of RGB (Red+Green+Blue) = 161+244+21=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F415 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F415 is #5E0BEA. Grayscale: #C2C2C2. Windows color (decimal): -6163435 or 1438881. OLE color: 1438881.
HSL color Cylindrical-coordinate representation of color #A1F415: hue angle of 82.33º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1F415 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 21 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.04 |
| HSL | 82.33º | 0.91% | 0.52% | - |
| HSV(B) | 82.33º | 0.91% | 0.96% | - |
| XYZ | 47.18 | 72.33 | 12.18 | - |
| YUV | 193.76 | 30.5 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 21 | 0.34 | 0 | 0.91 | 0.04 | 82.33 | 0.91 | 0.52 |
| Hex | A1 | F4 | 15 | 22 | 0 | 5B | 4 | 52 | 5B | 34 |
| Octal | 241 | 364 | 25 | 42 | 0 | 133 | 4 | 122 | 133 | 64 |
| Binary | 10100001 | 11110100 | 10101 | 100010 | 0 | 1011011 | 100 | 1010010 | 1011011 | 110100 |
Color Harmonies of #A1F415
Complementary color
Monochromatic Colors of #A1F415
Black with #A1F415
Text Example
Text Example
White with #A1F415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F415; }
p { color: rgb(161,244,21); }
H1.HeaderClassName
{
color: #A1F415;
}
.AnyTagClassName
{
color: #A1F415;
}
</style>
background-color css
<style>
a { background-color: #A1F415; }
a { background-color: rgb(161,244,21); }
div.DivClassName
{
background-color: #A1F415;
}
.BgClassName
{
background-color: #A1F415;
}
</style>
border-color css
<style>
span { border-color: #A1F415; }
span { border-color: rgb(161,244,21); }
td.TdClassName
{
border-color: #A1F415;
}
.TagClassName
{
border-color: #A1F415;
}
</style>