Shades of Spring Bud #A1F208
Tints of Spring Bud #A1F208
RGB
CMYK
RGB Variations
Color information
#A1F208 (or 0xA1F208) is known color: Spring Bud. HEX triplet: A1, F2 and 08. RGB value is (161,242,8). Sum of RGB (Red+Green+Blue) = 161+242+8=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F208 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F208 is #5E0DF7. Grayscale: #BFBFBF. Windows color (decimal): -6163960 or 586401. OLE color: 586401.
HSL color Cylindrical-coordinate representation of color #A1F208: hue angle of 80.77º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1F208 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 8 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.05 |
| HSL | 80.77º | 0.94% | 0.49% | - |
| HSV(B) | 80.77º | 0.97% | 0.95% | - |
| XYZ | 46.49 | 71.1 | 11.5 | - |
| YUV | 191.11 | 24.66 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 8 | 0.33 | 0 | 0.97 | 0.05 | 80.77 | 0.94 | 0.49 |
| Hex | A1 | F2 | 8 | 21 | 0 | 61 | 5 | 51 | 5E | 31 |
| Octal | 241 | 362 | 10 | 41 | 0 | 141 | 5 | 121 | 136 | 61 |
| Binary | 10100001 | 11110010 | 1000 | 100001 | 0 | 1100001 | 101 | 1010001 | 1011110 | 110001 |
Color Harmonies of #A1F208
Complementary color
Monochromatic Colors of #A1F208
Black with #A1F208
Text Example
Text Example
White with #A1F208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F208; }
p { color: rgb(161,242,8); }
H1.HeaderClassName
{
color: #A1F208;
}
.AnyTagClassName
{
color: #A1F208;
}
</style>
background-color css
<style>
a { background-color: #A1F208; }
a { background-color: rgb(161,242,8); }
div.DivClassName
{
background-color: #A1F208;
}
.BgClassName
{
background-color: #A1F208;
}
</style>
border-color css
<style>
span { border-color: #A1F208; }
span { border-color: rgb(161,242,8); }
td.TdClassName
{
border-color: #A1F208;
}
.TagClassName
{
border-color: #A1F208;
}
</style>