Shades of Spring Bud #A0FF0F
Tints of Spring Bud #A0FF0F
RGB
CMYK
RGB Variations
Color information
#A0FF0F (or 0xA0FF0F) is known color: Spring Bud. HEX triplet: A0, FF and 0F. RGB value is (160,255,15). Sum of RGB (Red+Green+Blue) = 160+255+15=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FF0F is #5F00F0. Grayscale: #C8C8C8. Windows color (decimal): -6226161 or 1048480. OLE color: 1048480.
HSL color Cylindrical-coordinate representation of color #A0FF0F: hue angle of 83.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0FF0F is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 15 | - |
| CMYK | 0.37 | 0 | 0.94 | 0 |
| HSL | 83.75º | 1% | 0.53% | - |
| HSV(B) | 83.75º | 0.94% | 1% | - |
| XYZ | 50.34 | 79.03 | 13.05 | - |
| YUV | 199.24 | 24.03 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 15 | 0.37 | 0 | 0.94 | 0 | 83.75 | 1 | 0.53 |
| Hex | A0 | FF | F | 25 | 0 | 5E | 0 | 54 | 64 | 35 |
| Octal | 240 | 377 | 17 | 45 | 0 | 136 | 0 | 124 | 144 | 65 |
| Binary | 10100000 | 11111111 | 1111 | 100101 | 0 | 1011110 | 0 | 1010100 | 1100100 | 110101 |
Color Harmonies of #A0FF0F
Complementary color
Monochromatic Colors of #A0FF0F
Black with #A0FF0F
Text Example
Text Example
White with #A0FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF0F; }
p { color: rgb(160,255,15); }
H1.HeaderClassName
{
color: #A0FF0F;
}
.AnyTagClassName
{
color: #A0FF0F;
}
</style>
background-color css
<style>
a { background-color: #A0FF0F; }
a { background-color: rgb(160,255,15); }
div.DivClassName
{
background-color: #A0FF0F;
}
.BgClassName
{
background-color: #A0FF0F;
}
</style>
border-color css
<style>
span { border-color: #A0FF0F; }
span { border-color: rgb(160,255,15); }
td.TdClassName
{
border-color: #A0FF0F;
}
.TagClassName
{
border-color: #A0FF0F;
}
</style>