Shades of Spring Bud #A5F613
Tints of Spring Bud #A5F613
RGB
CMYK
RGB Variations
Color information
#A5F613 (or 0xA5F613) is known color: Spring Bud. HEX triplet: A5, F6 and 13. RGB value is (165,246,19). Sum of RGB (Red+Green+Blue) = 165+246+19=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 246 (96.48% from 255 or 57.21% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F613 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F613 is #5A09EC. Grayscale: #C4C4C4. Windows color (decimal): -5900781 or 1308325. OLE color: 1308325.
HSL color Cylindrical-coordinate representation of color #A5F613: hue angle of 81.41º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5F613 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 19 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.04 |
| HSL | 81.41º | 0.93% | 0.52% | - |
| HSV(B) | 81.41º | 0.92% | 0.96% | - |
| XYZ | 48.59 | 73.96 | 12.33 | - |
| YUV | 195.9 | 28.16 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 19 | 0.33 | 0 | 0.92 | 0.04 | 81.41 | 0.93 | 0.52 |
| Hex | A5 | F6 | 13 | 21 | 0 | 5C | 4 | 51 | 5D | 34 |
| Octal | 245 | 366 | 23 | 41 | 0 | 134 | 4 | 121 | 135 | 64 |
| Binary | 10100101 | 11110110 | 10011 | 100001 | 0 | 1011100 | 100 | 1010001 | 1011101 | 110100 |
Color Harmonies of #A5F613
Complementary color
Monochromatic Colors of #A5F613
Black with #A5F613
Text Example
Text Example
White with #A5F613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F613; }
p { color: rgb(165,246,19); }
H1.HeaderClassName
{
color: #A5F613;
}
.AnyTagClassName
{
color: #A5F613;
}
</style>
background-color css
<style>
a { background-color: #A5F613; }
a { background-color: rgb(165,246,19); }
div.DivClassName
{
background-color: #A5F613;
}
.BgClassName
{
background-color: #A5F613;
}
</style>
border-color css
<style>
span { border-color: #A5F613; }
span { border-color: rgb(165,246,19); }
td.TdClassName
{
border-color: #A5F613;
}
.TagClassName
{
border-color: #A5F613;
}
</style>