Shades of Spring Bud #A5FA15
Tints of Spring Bud #A5FA15
RGB
CMYK
RGB Variations
Color information
#A5FA15 (or 0xA5FA15) is known color: Spring Bud. HEX triplet: A5, FA and 15. RGB value is (165,250,21). Sum of RGB (Red+Green+Blue) = 165+250+21=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FA15 is #5A05EA. Grayscale: #C7C7C7. Windows color (decimal): -5899755 or 1440421. OLE color: 1440421.
HSL color Cylindrical-coordinate representation of color #A5FA15: hue angle of 82.27º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5FA15 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 21 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.02 |
| HSL | 82.27º | 0.96% | 0.53% | - |
| HSV(B) | 82.27º | 0.92% | 0.98% | - |
| XYZ | 49.84 | 76.42 | 12.83 | - |
| YUV | 198.48 | 27.84 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 21 | 0.34 | 0 | 0.92 | 0.02 | 82.27 | 0.96 | 0.53 |
| Hex | A5 | FA | 15 | 22 | 0 | 5C | 2 | 52 | 60 | 35 |
| Octal | 245 | 372 | 25 | 42 | 0 | 134 | 2 | 122 | 140 | 65 |
| Binary | 10100101 | 11111010 | 10101 | 100010 | 0 | 1011100 | 10 | 1010010 | 1100000 | 110101 |
Color Harmonies of #A5FA15
Complementary color
Monochromatic Colors of #A5FA15
Black with #A5FA15
Text Example
Text Example
White with #A5FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FA15; }
p { color: rgb(165,250,21); }
H1.HeaderClassName
{
color: #A5FA15;
}
.AnyTagClassName
{
color: #A5FA15;
}
</style>
background-color css
<style>
a { background-color: #A5FA15; }
a { background-color: rgb(165,250,21); }
div.DivClassName
{
background-color: #A5FA15;
}
.BgClassName
{
background-color: #A5FA15;
}
</style>
border-color css
<style>
span { border-color: #A5FA15; }
span { border-color: rgb(165,250,21); }
td.TdClassName
{
border-color: #A5FA15;
}
.TagClassName
{
border-color: #A5FA15;
}
</style>