Shades of Spring Bud #A0F900
Tints of Spring Bud #A0F900
RGB
CMYK
RGB Variations
Color information
#A0F900 (or 0xA0F900) is known color: Spring Bud. HEX triplet: A0, F9 and 00. RGB value is (160,249,0). Sum of RGB (Red+Green+Blue) = 160+249+0=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 249 (97.66% from 255 or 60.88% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F900 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F900 is #5F06FF. Grayscale: #C2C2C2. Windows color (decimal): -6227712 or 63904. OLE color: 63904.
HSL color Cylindrical-coordinate representation of color #A0F900: hue angle of 81.45º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0F900 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.02 |
| HSL | 81.45º | 1% | 0.49% | - |
| HSV(B) | 81.45º | 1% | 0.98% | - |
| XYZ | 48.37 | 75.22 | 11.97 | - |
| YUV | 194 | 18.51 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 0 | 0.36 | 0 | 1 | 0.02 | 81.45 | 1 | 0.49 |
| Hex | A0 | F9 | 0 | 24 | 0 | 64 | 2 | 51 | 64 | 31 |
| Octal | 240 | 371 | 0 | 44 | 0 | 144 | 2 | 121 | 144 | 61 |
| Binary | 10100000 | 11111001 | 0 | 100100 | 0 | 1100100 | 10 | 1010001 | 1100100 | 110001 |
Color Harmonies of #A0F900
Complementary color
Monochromatic Colors of #A0F900
Black with #A0F900
Text Example
Text Example
White with #A0F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F900; }
p { color: rgb(160,249,0); }
H1.HeaderClassName
{
color: #A0F900;
}
.AnyTagClassName
{
color: #A0F900;
}
</style>
background-color css
<style>
a { background-color: #A0F900; }
a { background-color: rgb(160,249,0); }
div.DivClassName
{
background-color: #A0F900;
}
.BgClassName
{
background-color: #A0F900;
}
</style>
border-color css
<style>
span { border-color: #A0F900; }
span { border-color: rgb(160,249,0); }
td.TdClassName
{
border-color: #A0F900;
}
.TagClassName
{
border-color: #A0F900;
}
</style>