Shades of Spring Bud #A1F906
Tints of Spring Bud #A1F906
RGB
CMYK
RGB Variations
Color information
#A1F906 (or 0xA1F906) is known color: Spring Bud. HEX triplet: A1, F9 and 06. RGB value is (161,249,6). Sum of RGB (Red+Green+Blue) = 161+249+6=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 249 (97.66% from 255 or 59.86% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F906 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F906 is #5E06F9. Grayscale: #C3C3C3. Windows color (decimal): -6162170 or 457121. OLE color: 457121.
HSL color Cylindrical-coordinate representation of color #A1F906: hue angle of 81.73º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1F906 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 6 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.02 |
| HSL | 81.73º | 0.95% | 0.5% | - |
| HSV(B) | 81.73º | 0.98% | 0.98% | - |
| XYZ | 48.61 | 75.34 | 12.15 | - |
| YUV | 194.99 | 21.35 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 6 | 0.35 | 0 | 0.98 | 0.02 | 81.73 | 0.95 | 0.5 |
| Hex | A1 | F9 | 6 | 23 | 0 | 62 | 2 | 52 | 5F | 32 |
| Octal | 241 | 371 | 6 | 43 | 0 | 142 | 2 | 122 | 137 | 62 |
| Binary | 10100001 | 11111001 | 110 | 100011 | 0 | 1100010 | 10 | 1010010 | 1011111 | 110010 |
Color Harmonies of #A1F906
Complementary color
Monochromatic Colors of #A1F906
Black with #A1F906
Text Example
Text Example
White with #A1F906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F906; }
p { color: rgb(161,249,6); }
H1.HeaderClassName
{
color: #A1F906;
}
.AnyTagClassName
{
color: #A1F906;
}
</style>
background-color css
<style>
a { background-color: #A1F906; }
a { background-color: rgb(161,249,6); }
div.DivClassName
{
background-color: #A1F906;
}
.BgClassName
{
background-color: #A1F906;
}
</style>
border-color css
<style>
span { border-color: #A1F906; }
span { border-color: rgb(161,249,6); }
td.TdClassName
{
border-color: #A1F906;
}
.TagClassName
{
border-color: #A1F906;
}
</style>