Shades of Spring Bud #A5FF0F
Tints of Spring Bud #A5FF0F
RGB
CMYK
RGB Variations
Color information
#A5FF0F (or 0xA5FF0F) is known color: Spring Bud. HEX triplet: A5, FF and 0F. RGB value is (165,255,15). Sum of RGB (Red+Green+Blue) = 165+255+15=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FF0F is #5A00F0. Grayscale: #C9C9C9. Windows color (decimal): -5898481 or 1048485. OLE color: 1048485.
HSL color Cylindrical-coordinate representation of color #A5FF0F: hue angle of 82.5º 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 #A5FF0F is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 15 | - |
| CMYK | 0.35 | 0 | 0.94 | 0 |
| HSL | 82.5º | 1% | 0.53% | - |
| HSV(B) | 82.5º | 0.94% | 1% | - |
| XYZ | 51.36 | 79.55 | 13.1 | - |
| YUV | 200.73 | 23.18 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 15 | 0.35 | 0 | 0.94 | 0 | 82.5 | 1 | 0.53 |
| Hex | A5 | FF | F | 23 | 0 | 5E | 0 | 52 | 64 | 35 |
| Octal | 245 | 377 | 17 | 43 | 0 | 136 | 0 | 122 | 144 | 65 |
| Binary | 10100101 | 11111111 | 1111 | 100011 | 0 | 1011110 | 0 | 1010010 | 1100100 | 110101 |
Color Harmonies of #A5FF0F
Complementary color
Monochromatic Colors of #A5FF0F
Black with #A5FF0F
Text Example
Text Example
White with #A5FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FF0F; }
p { color: rgb(165,255,15); }
H1.HeaderClassName
{
color: #A5FF0F;
}
.AnyTagClassName
{
color: #A5FF0F;
}
</style>
background-color css
<style>
a { background-color: #A5FF0F; }
a { background-color: rgb(165,255,15); }
div.DivClassName
{
background-color: #A5FF0F;
}
.BgClassName
{
background-color: #A5FF0F;
}
</style>
border-color css
<style>
span { border-color: #A5FF0F; }
span { border-color: rgb(165,255,15); }
td.TdClassName
{
border-color: #A5FF0F;
}
.TagClassName
{
border-color: #A5FF0F;
}
</style>