Shades of Spring Bud #A7F40C
Tints of Spring Bud #A7F40C
RGB
CMYK
RGB Variations
Color information
#A7F40C (or 0xA7F40C) is known color: Spring Bud. HEX triplet: A7, F4 and 0C. RGB value is (167,244,12). Sum of RGB (Red+Green+Blue) = 167+244+12=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 244 (95.70% from 255 or 57.68% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 244 - color contains mainly: green. Hex color #A7F40C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F40C is #580BF3. Grayscale: #C3C3C3. Windows color (decimal): -5770228 or 849063. OLE color: 849063.
HSL color Cylindrical-coordinate representation of color #A7F40C: hue angle of 79.91º 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 #A7F40C is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 244 | 12 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.04 |
| HSL | 79.91º | 0.91% | 0.5% | - |
| HSV(B) | 79.91º | 0.95% | 0.96% | - |
| XYZ | 48.35 | 72.94 | 11.88 | - |
| YUV | 194.53 | 24.99 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 244 | 12 | 0.32 | 0 | 0.95 | 0.04 | 79.91 | 0.91 | 0.5 |
| Hex | A7 | F4 | C | 20 | 0 | 5F | 4 | 50 | 5B | 32 |
| Octal | 247 | 364 | 14 | 40 | 0 | 137 | 4 | 120 | 133 | 62 |
| Binary | 10100111 | 11110100 | 1100 | 100000 | 0 | 1011111 | 100 | 1010000 | 1011011 | 110010 |
Color Harmonies of #A7F40C
Complementary color
Monochromatic Colors of #A7F40C
Black with #A7F40C
Text Example
Text Example
White with #A7F40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F40C; }
p { color: rgb(167,244,12); }
H1.HeaderClassName
{
color: #A7F40C;
}
.AnyTagClassName
{
color: #A7F40C;
}
</style>
background-color css
<style>
a { background-color: #A7F40C; }
a { background-color: rgb(167,244,12); }
div.DivClassName
{
background-color: #A7F40C;
}
.BgClassName
{
background-color: #A7F40C;
}
</style>
border-color css
<style>
span { border-color: #A7F40C; }
span { border-color: rgb(167,244,12); }
td.TdClassName
{
border-color: #A7F40C;
}
.TagClassName
{
border-color: #A7F40C;
}
</style>