Shades of Spring Bud #A1FE06
Tints of Spring Bud #A1FE06
RGB
CMYK
RGB Variations
Color information
#A1FE06 (or 0xA1FE06) is known color: Spring Bud. HEX triplet: A1, FE and 06. RGB value is (161,254,6). Sum of RGB (Red+Green+Blue) = 161+254+6=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 254 (99.61% from 255 or 60.33% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FE06 is #5E01F9. Grayscale: #C6C6C6. Windows color (decimal): -6160890 or 458401. OLE color: 458401.
HSL color Cylindrical-coordinate representation of color #A1FE06: hue angle of 82.5º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1FE06 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 6 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.00 |
| HSL | 82.5º | 0.99% | 0.51% | - |
| HSV(B) | 82.5º | 0.98% | 1% | - |
| XYZ | 50.17 | 78.47 | 12.67 | - |
| YUV | 197.92 | 19.69 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 6 | 0.37 | 0 | 0.98 | 0.00 | 82.5 | 0.99 | 0.51 |
| Hex | A1 | FE | 6 | 25 | 0 | 62 | 0 | 52 | 63 | 33 |
| Octal | 241 | 376 | 6 | 45 | 0 | 142 | 0 | 122 | 143 | 63 |
| Binary | 10100001 | 11111110 | 110 | 100101 | 0 | 1100010 | 0 | 1010010 | 1100011 | 110011 |
Color Harmonies of #A1FE06
Complementary color
Monochromatic Colors of #A1FE06
Black with #A1FE06
Text Example
Text Example
White with #A1FE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE06; }
p { color: rgb(161,254,6); }
H1.HeaderClassName
{
color: #A1FE06;
}
.AnyTagClassName
{
color: #A1FE06;
}
</style>
background-color css
<style>
a { background-color: #A1FE06; }
a { background-color: rgb(161,254,6); }
div.DivClassName
{
background-color: #A1FE06;
}
.BgClassName
{
background-color: #A1FE06;
}
</style>
border-color css
<style>
span { border-color: #A1FE06; }
span { border-color: rgb(161,254,6); }
td.TdClassName
{
border-color: #A1FE06;
}
.TagClassName
{
border-color: #A1FE06;
}
</style>