Shades of Spring Bud #A9F100
Tints of Spring Bud #A9F100
RGB
CMYK
RGB Variations
Color information
#A9F100 (or 0xA9F100) is known color: Spring Bud. HEX triplet: A9, F1 and 00. RGB value is (169,241,0). Sum of RGB (Red+Green+Blue) = 169+241+0=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 241 (94.53% from 255 or 58.78% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F100 is #560EFF. Grayscale: #C0C0C0. Windows color (decimal): -5639936 or 61865. OLE color: 61865.
HSL color Cylindrical-coordinate representation of color #A9F100: hue angle of 77.93º 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 #A9F100 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 241 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.05 |
| HSL | 77.93º | 1% | 0.47% | - |
| HSV(B) | 77.93º | 1% | 0.95% | - |
| XYZ | 47.82 | 71.35 | 11.25 | - |
| YUV | 192 | 19.65 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 241 | 0 | 0.30 | 0 | 1 | 0.05 | 77.93 | 1 | 0.47 |
| Hex | A9 | F1 | 0 | 1E | 0 | 64 | 5 | 4E | 64 | 2F |
| Octal | 251 | 361 | 0 | 36 | 0 | 144 | 5 | 116 | 144 | 57 |
| Binary | 10101001 | 11110001 | 0 | 11110 | 0 | 1100100 | 101 | 1001110 | 1100100 | 101111 |
Color Harmonies of #A9F100
Complementary color
Monochromatic Colors of #A9F100
Black with #A9F100
Text Example
Text Example
White with #A9F100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F100; }
p { color: rgb(169,241,0); }
H1.HeaderClassName
{
color: #A9F100;
}
.AnyTagClassName
{
color: #A9F100;
}
</style>
background-color css
<style>
a { background-color: #A9F100; }
a { background-color: rgb(169,241,0); }
div.DivClassName
{
background-color: #A9F100;
}
.BgClassName
{
background-color: #A9F100;
}
</style>
border-color css
<style>
span { border-color: #A9F100; }
span { border-color: rgb(169,241,0); }
td.TdClassName
{
border-color: #A9F100;
}
.TagClassName
{
border-color: #A9F100;
}
</style>