Shades of Spring Bud #A1F618
Tints of Spring Bud #A1F618
RGB
CMYK
RGB Variations
Color information
#A1F618 (or 0xA1F618) is known color: Spring Bud. HEX triplet: A1, F6 and 18. RGB value is (161,246,24). Sum of RGB (Red+Green+Blue) = 161+246+24=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 246 (96.48% from 255 or 57.08% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F618 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F618 is #5E09E7. Grayscale: #C4C4C4. Windows color (decimal): -6162920 or 1636001. OLE color: 1636001.
HSL color Cylindrical-coordinate representation of color #A1F618: hue angle of 82.97º degrees, saturation: 0.93, 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 #A1F618 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 24 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.04 |
| HSL | 82.97º | 0.93% | 0.53% | - |
| HSV(B) | 82.97º | 0.9% | 0.96% | - |
| XYZ | 47.82 | 73.55 | 12.54 | - |
| YUV | 195.28 | 31.34 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 24 | 0.35 | 0 | 0.90 | 0.04 | 82.97 | 0.93 | 0.53 |
| Hex | A1 | F6 | 18 | 23 | 0 | 5A | 4 | 53 | 5C | 35 |
| Octal | 241 | 366 | 30 | 43 | 0 | 132 | 4 | 123 | 134 | 65 |
| Binary | 10100001 | 11110110 | 11000 | 100011 | 0 | 1011010 | 100 | 1010011 | 1011100 | 110101 |
Color Harmonies of #A1F618
Complementary color
Monochromatic Colors of #A1F618
Black with #A1F618
Text Example
Text Example
White with #A1F618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F618; }
p { color: rgb(161,246,24); }
H1.HeaderClassName
{
color: #A1F618;
}
.AnyTagClassName
{
color: #A1F618;
}
</style>
background-color css
<style>
a { background-color: #A1F618; }
a { background-color: rgb(161,246,24); }
div.DivClassName
{
background-color: #A1F618;
}
.BgClassName
{
background-color: #A1F618;
}
</style>
border-color css
<style>
span { border-color: #A1F618; }
span { border-color: rgb(161,246,24); }
td.TdClassName
{
border-color: #A1F618;
}
.TagClassName
{
border-color: #A1F618;
}
</style>