Shades of Spring Bud #A1F30D
Tints of Spring Bud #A1F30D
RGB
CMYK
RGB Variations
Color information
#A1F30D (or 0xA1F30D) is known color: Spring Bud. HEX triplet: A1, F3 and 0D. RGB value is (161,243,13). Sum of RGB (Red+Green+Blue) = 161+243+13=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 243 (95.31% from 255 or 58.27% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F30D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F30D is #5E0CF2. Grayscale: #C1C1C1. Windows color (decimal): -6163699 or 914337. OLE color: 914337.
HSL color Cylindrical-coordinate representation of color #A1F30D: hue angle of 81.39º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1F30D is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 13 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.05 |
| HSL | 81.39º | 0.91% | 0.5% | - |
| HSV(B) | 81.39º | 0.95% | 0.95% | - |
| XYZ | 46.82 | 71.71 | 11.75 | - |
| YUV | 192.26 | 26.83 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 13 | 0.34 | 0 | 0.95 | 0.05 | 81.39 | 0.91 | 0.5 |
| Hex | A1 | F3 | D | 22 | 0 | 5F | 5 | 51 | 5B | 32 |
| Octal | 241 | 363 | 15 | 42 | 0 | 137 | 5 | 121 | 133 | 62 |
| Binary | 10100001 | 11110011 | 1101 | 100010 | 0 | 1011111 | 101 | 1010001 | 1011011 | 110010 |
Color Harmonies of #A1F30D
Complementary color
Monochromatic Colors of #A1F30D
Black with #A1F30D
Text Example
Text Example
White with #A1F30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F30D; }
p { color: rgb(161,243,13); }
H1.HeaderClassName
{
color: #A1F30D;
}
.AnyTagClassName
{
color: #A1F30D;
}
</style>
background-color css
<style>
a { background-color: #A1F30D; }
a { background-color: rgb(161,243,13); }
div.DivClassName
{
background-color: #A1F30D;
}
.BgClassName
{
background-color: #A1F30D;
}
</style>
border-color css
<style>
span { border-color: #A1F30D; }
span { border-color: rgb(161,243,13); }
td.TdClassName
{
border-color: #A1F30D;
}
.TagClassName
{
border-color: #A1F30D;
}
</style>