Shades of Spring Bud #A1FB0D
Tints of Spring Bud #A1FB0D
RGB
CMYK
RGB Variations
Color information
#A1FB0D (or 0xA1FB0D) is known color: Spring Bud. HEX triplet: A1, FB and 0D. RGB value is (161,251,13). Sum of RGB (Red+Green+Blue) = 161+251+13=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 251 (98.44% from 255 or 59.06% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FB0D is #5E04F2. Grayscale: #C5C5C5. Windows color (decimal): -6161651 or 916385. OLE color: 916385.
HSL color Cylindrical-coordinate representation of color #A1FB0D: hue angle of 82.69º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1FB0D is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 13 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.02 |
| HSL | 82.69º | 0.97% | 0.52% | - |
| HSV(B) | 82.69º | 0.95% | 0.98% | - |
| XYZ | 49.27 | 76.6 | 12.57 | - |
| YUV | 196.96 | 24.18 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 13 | 0.36 | 0 | 0.95 | 0.02 | 82.69 | 0.97 | 0.52 |
| Hex | A1 | FB | D | 24 | 0 | 5F | 2 | 53 | 61 | 34 |
| Octal | 241 | 373 | 15 | 44 | 0 | 137 | 2 | 123 | 141 | 64 |
| Binary | 10100001 | 11111011 | 1101 | 100100 | 0 | 1011111 | 10 | 1010011 | 1100001 | 110100 |
Color Harmonies of #A1FB0D
Complementary color
Monochromatic Colors of #A1FB0D
Black with #A1FB0D
Text Example
Text Example
White with #A1FB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB0D; }
p { color: rgb(161,251,13); }
H1.HeaderClassName
{
color: #A1FB0D;
}
.AnyTagClassName
{
color: #A1FB0D;
}
</style>
background-color css
<style>
a { background-color: #A1FB0D; }
a { background-color: rgb(161,251,13); }
div.DivClassName
{
background-color: #A1FB0D;
}
.BgClassName
{
background-color: #A1FB0D;
}
</style>
border-color css
<style>
span { border-color: #A1FB0D; }
span { border-color: rgb(161,251,13); }
td.TdClassName
{
border-color: #A1FB0D;
}
.TagClassName
{
border-color: #A1FB0D;
}
</style>