Shades of Spring Bud #A1F200
Tints of Spring Bud #A1F200
RGB
CMYK
RGB Variations
Color information
#A1F200 (or 0xA1F200) is known color: Spring Bud. HEX triplet: A1, F2 and 00. RGB value is (161,242,0). Sum of RGB (Red+Green+Blue) = 161+242+0=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 242 (94.92% from 255 or 60.05% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F200 is #5E0DFF. Grayscale: #BFBFBF. Windows color (decimal): -6163968 or 62113. OLE color: 62113.
HSL color Cylindrical-coordinate representation of color #A1F200: hue angle of 80.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1F200 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.05 |
| HSL | 80.08º | 1% | 0.47% | - |
| HSV(B) | 80.08º | 1% | 0.95% | - |
| XYZ | 46.45 | 71.08 | 11.27 | - |
| YUV | 190.19 | 20.66 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 0 | 0.33 | 0 | 1 | 0.05 | 80.08 | 1 | 0.47 |
| Hex | A1 | F2 | 0 | 21 | 0 | 64 | 5 | 50 | 64 | 2F |
| Octal | 241 | 362 | 0 | 41 | 0 | 144 | 5 | 120 | 144 | 57 |
| Binary | 10100001 | 11110010 | 0 | 100001 | 0 | 1100100 | 101 | 1010000 | 1100100 | 101111 |
Color Harmonies of #A1F200
Complementary color
Monochromatic Colors of #A1F200
Black with #A1F200
Text Example
Text Example
White with #A1F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F200; }
p { color: rgb(161,242,0); }
H1.HeaderClassName
{
color: #A1F200;
}
.AnyTagClassName
{
color: #A1F200;
}
</style>
background-color css
<style>
a { background-color: #A1F200; }
a { background-color: rgb(161,242,0); }
div.DivClassName
{
background-color: #A1F200;
}
.BgClassName
{
background-color: #A1F200;
}
</style>
border-color css
<style>
span { border-color: #A1F200; }
span { border-color: rgb(161,242,0); }
td.TdClassName
{
border-color: #A1F200;
}
.TagClassName
{
border-color: #A1F200;
}
</style>