Shades of Spring Bud #A1F817
Tints of Spring Bud #A1F817
RGB
CMYK
RGB Variations
Color information
#A1F817 (or 0xA1F817) is known color: Spring Bud. HEX triplet: A1, F8 and 17. RGB value is (161,248,23). Sum of RGB (Red+Green+Blue) = 161+248+23=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 248 (97.27% from 255 or 57.41% from 432); Blue value is 23 (9.38% from 255 or 5.32% from 432); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F817 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F817 is #5E07E8. Grayscale: #C5C5C5. Windows color (decimal): -6162409 or 1570977. OLE color: 1570977.
HSL color Cylindrical-coordinate representation of color #A1F817: hue angle of 83.2º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1F817 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 23 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.03 |
| HSL | 83.2º | 0.94% | 0.53% | - |
| HSV(B) | 83.2º | 0.91% | 0.97% | - |
| XYZ | 48.42 | 74.77 | 12.69 | - |
| YUV | 196.34 | 30.18 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 23 | 0.35 | 0 | 0.91 | 0.03 | 83.2 | 0.94 | 0.53 |
| Hex | A1 | F8 | 17 | 23 | 0 | 5B | 3 | 53 | 5E | 35 |
| Octal | 241 | 370 | 27 | 43 | 0 | 133 | 3 | 123 | 136 | 65 |
| Binary | 10100001 | 11111000 | 10111 | 100011 | 0 | 1011011 | 11 | 1010011 | 1011110 | 110101 |
Color Harmonies of #A1F817
Complementary color
Monochromatic Colors of #A1F817
Black with #A1F817
Text Example
Text Example
White with #A1F817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F817; }
p { color: rgb(161,248,23); }
H1.HeaderClassName
{
color: #A1F817;
}
.AnyTagClassName
{
color: #A1F817;
}
</style>
background-color css
<style>
a { background-color: #A1F817; }
a { background-color: rgb(161,248,23); }
div.DivClassName
{
background-color: #A1F817;
}
.BgClassName
{
background-color: #A1F817;
}
</style>
border-color css
<style>
span { border-color: #A1F817; }
span { border-color: rgb(161,248,23); }
td.TdClassName
{
border-color: #A1F817;
}
.TagClassName
{
border-color: #A1F817;
}
</style>