Shades of Spring Bud #A0F00A
Tints of Spring Bud #A0F00A
RGB
CMYK
RGB Variations
Color information
#A0F00A (or 0xA0F00A) is known color: Spring Bud. HEX triplet: A0, F0 and 0A. RGB value is (160,240,10). Sum of RGB (Red+Green+Blue) = 160+240+10=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 240 (94.14% from 255 or 58.54% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F00A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F00A is #5F0FF5. Grayscale: #BEBEBE. Windows color (decimal): -6230006 or 716960. OLE color: 716960.
HSL color Cylindrical-coordinate representation of color #A0F00A: hue angle of 80.87º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0F00A is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 10 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.06 |
| HSL | 80.87º | 0.92% | 0.49% | - |
| HSV(B) | 80.87º | 0.96% | 0.94% | - |
| XYZ | 45.71 | 69.82 | 11.35 | - |
| YUV | 189.86 | 26.5 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 10 | 0.33 | 0 | 0.96 | 0.06 | 80.87 | 0.92 | 0.49 |
| Hex | A0 | F0 | A | 21 | 0 | 60 | 6 | 51 | 5C | 31 |
| Octal | 240 | 360 | 12 | 41 | 0 | 140 | 6 | 121 | 134 | 61 |
| Binary | 10100000 | 11110000 | 1010 | 100001 | 0 | 1100000 | 110 | 1010001 | 1011100 | 110001 |
Color Harmonies of #A0F00A
Complementary color
Monochromatic Colors of #A0F00A
Black with #A0F00A
Text Example
Text Example
White with #A0F00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F00A; }
p { color: rgb(160,240,10); }
H1.HeaderClassName
{
color: #A0F00A;
}
.AnyTagClassName
{
color: #A0F00A;
}
</style>
background-color css
<style>
a { background-color: #A0F00A; }
a { background-color: rgb(160,240,10); }
div.DivClassName
{
background-color: #A0F00A;
}
.BgClassName
{
background-color: #A0F00A;
}
</style>
border-color css
<style>
span { border-color: #A0F00A; }
span { border-color: rgb(160,240,10); }
td.TdClassName
{
border-color: #A0F00A;
}
.TagClassName
{
border-color: #A0F00A;
}
</style>