Shades of Spring Bud #A1FB12
Tints of Spring Bud #A1FB12
RGB
CMYK
RGB Variations
Color information
#A1FB12 (or 0xA1FB12) is known color: Spring Bud. HEX triplet: A1, FB and 12. RGB value is (161,251,18). Sum of RGB (Red+Green+Blue) = 161+251+18=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 251 (98.44% from 255 or 58.37% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FB12 is #5E04ED. Grayscale: #C6C6C6. Windows color (decimal): -6161646 or 1244065. OLE color: 1244065.
HSL color Cylindrical-coordinate representation of color #A1FB12: hue angle of 83.18º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1FB12 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 18 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.02 |
| HSL | 83.18º | 0.97% | 0.53% | - |
| HSV(B) | 83.18º | 0.93% | 0.98% | - |
| XYZ | 49.3 | 76.62 | 12.76 | - |
| YUV | 197.53 | 26.68 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 18 | 0.36 | 0 | 0.93 | 0.02 | 83.18 | 0.97 | 0.53 |
| Hex | A1 | FB | 12 | 24 | 0 | 5D | 2 | 53 | 61 | 35 |
| Octal | 241 | 373 | 22 | 44 | 0 | 135 | 2 | 123 | 141 | 65 |
| Binary | 10100001 | 11111011 | 10010 | 100100 | 0 | 1011101 | 10 | 1010011 | 1100001 | 110101 |
Color Harmonies of #A1FB12
Complementary color
Monochromatic Colors of #A1FB12
Black with #A1FB12
Text Example
Text Example
White with #A1FB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB12; }
p { color: rgb(161,251,18); }
H1.HeaderClassName
{
color: #A1FB12;
}
.AnyTagClassName
{
color: #A1FB12;
}
</style>
background-color css
<style>
a { background-color: #A1FB12; }
a { background-color: rgb(161,251,18); }
div.DivClassName
{
background-color: #A1FB12;
}
.BgClassName
{
background-color: #A1FB12;
}
</style>
border-color css
<style>
span { border-color: #A1FB12; }
span { border-color: rgb(161,251,18); }
td.TdClassName
{
border-color: #A1FB12;
}
.TagClassName
{
border-color: #A1FB12;
}
</style>