Shades of Spring Bud #A5F608
Tints of Spring Bud #A5F608
RGB
CMYK
RGB Variations
Color information
#A5F608 (or 0xA5F608) is known color: Spring Bud. HEX triplet: A5, F6 and 08. RGB value is (165,246,8). Sum of RGB (Red+Green+Blue) = 165+246+8=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 246 (96.48% from 255 or 58.71% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F608 is #5A09F7. Grayscale: #C3C3C3. Windows color (decimal): -5900792 or 587429. OLE color: 587429.
HSL color Cylindrical-coordinate representation of color #A5F608: hue angle of 80.42º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5F608 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 8 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.04 |
| HSL | 80.42º | 0.94% | 0.5% | - |
| HSV(B) | 80.42º | 0.97% | 0.96% | - |
| XYZ | 48.52 | 73.93 | 11.94 | - |
| YUV | 194.65 | 22.66 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 8 | 0.33 | 0 | 0.97 | 0.04 | 80.42 | 0.94 | 0.5 |
| Hex | A5 | F6 | 8 | 21 | 0 | 61 | 4 | 50 | 5E | 32 |
| Octal | 245 | 366 | 10 | 41 | 0 | 141 | 4 | 120 | 136 | 62 |
| Binary | 10100101 | 11110110 | 1000 | 100001 | 0 | 1100001 | 100 | 1010000 | 1011110 | 110010 |
Color Harmonies of #A5F608
Complementary color
Monochromatic Colors of #A5F608
Black with #A5F608
Text Example
Text Example
White with #A5F608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F608; }
p { color: rgb(165,246,8); }
H1.HeaderClassName
{
color: #A5F608;
}
.AnyTagClassName
{
color: #A5F608;
}
</style>
background-color css
<style>
a { background-color: #A5F608; }
a { background-color: rgb(165,246,8); }
div.DivClassName
{
background-color: #A5F608;
}
.BgClassName
{
background-color: #A5F608;
}
</style>
border-color css
<style>
span { border-color: #A5F608; }
span { border-color: rgb(165,246,8); }
td.TdClassName
{
border-color: #A5F608;
}
.TagClassName
{
border-color: #A5F608;
}
</style>