Shades of Spring Bud #A5F40C
Tints of Spring Bud #A5F40C
RGB
CMYK
RGB Variations
Color information
#A5F40C (or 0xA5F40C) is known color: Spring Bud. HEX triplet: A5, F4 and 0C. RGB value is (165,244,12). Sum of RGB (Red+Green+Blue) = 165+244+12=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 244 (95.70% from 255 or 57.96% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F40C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F40C is #5A0BF3. Grayscale: #C2C2C2. Windows color (decimal): -5901300 or 849061. OLE color: 849061.
HSL color Cylindrical-coordinate representation of color #A5F40C: hue angle of 80.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5F40C is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 244 | 12 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.04 |
| HSL | 80.43º | 0.91% | 0.5% | - |
| HSV(B) | 80.43º | 0.95% | 0.96% | - |
| XYZ | 47.93 | 72.73 | 11.86 | - |
| YUV | 193.93 | 25.33 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 244 | 12 | 0.32 | 0 | 0.95 | 0.04 | 80.43 | 0.91 | 0.5 |
| Hex | A5 | F4 | C | 20 | 0 | 5F | 4 | 50 | 5B | 32 |
| Octal | 245 | 364 | 14 | 40 | 0 | 137 | 4 | 120 | 133 | 62 |
| Binary | 10100101 | 11110100 | 1100 | 100000 | 0 | 1011111 | 100 | 1010000 | 1011011 | 110010 |
Color Harmonies of #A5F40C
Complementary color
Monochromatic Colors of #A5F40C
Black with #A5F40C
Text Example
Text Example
White with #A5F40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F40C; }
p { color: rgb(165,244,12); }
H1.HeaderClassName
{
color: #A5F40C;
}
.AnyTagClassName
{
color: #A5F40C;
}
</style>
background-color css
<style>
a { background-color: #A5F40C; }
a { background-color: rgb(165,244,12); }
div.DivClassName
{
background-color: #A5F40C;
}
.BgClassName
{
background-color: #A5F40C;
}
</style>
border-color css
<style>
span { border-color: #A5F40C; }
span { border-color: rgb(165,244,12); }
td.TdClassName
{
border-color: #A5F40C;
}
.TagClassName
{
border-color: #A5F40C;
}
</style>