Shades of Spring Bud #A5F617
Tints of Spring Bud #A5F617
RGB
CMYK
RGB Variations
Color information
#A5F617 (or 0xA5F617) is known color: Spring Bud. HEX triplet: A5, F6 and 17. RGB value is (165,246,23). Sum of RGB (Red+Green+Blue) = 165+246+23=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 246 (96.48% from 255 or 56.68% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F617 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F617 is #5A09E8. Grayscale: #C5C5C5. Windows color (decimal): -5900777 or 1570469. OLE color: 1570469.
HSL color Cylindrical-coordinate representation of color #A5F617: hue angle of 81.79º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5F617 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 23 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.04 |
| HSL | 81.79º | 0.93% | 0.53% | - |
| HSV(B) | 81.79º | 0.91% | 0.96% | - |
| XYZ | 48.63 | 73.97 | 12.53 | - |
| YUV | 196.36 | 30.16 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 23 | 0.33 | 0 | 0.91 | 0.04 | 81.79 | 0.93 | 0.53 |
| Hex | A5 | F6 | 17 | 21 | 0 | 5B | 4 | 52 | 5D | 35 |
| Octal | 245 | 366 | 27 | 41 | 0 | 133 | 4 | 122 | 135 | 65 |
| Binary | 10100101 | 11110110 | 10111 | 100001 | 0 | 1011011 | 100 | 1010010 | 1011101 | 110101 |
Color Harmonies of #A5F617
Complementary color
Monochromatic Colors of #A5F617
Black with #A5F617
Text Example
Text Example
White with #A5F617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F617; }
p { color: rgb(165,246,23); }
H1.HeaderClassName
{
color: #A5F617;
}
.AnyTagClassName
{
color: #A5F617;
}
</style>
background-color css
<style>
a { background-color: #A5F617; }
a { background-color: rgb(165,246,23); }
div.DivClassName
{
background-color: #A5F617;
}
.BgClassName
{
background-color: #A5F617;
}
</style>
border-color css
<style>
span { border-color: #A5F617; }
span { border-color: rgb(165,246,23); }
td.TdClassName
{
border-color: #A5F617;
}
.TagClassName
{
border-color: #A5F617;
}
</style>