Shades of Spring Bud #A7F411
Tints of Spring Bud #A7F411
RGB
CMYK
RGB Variations
Color information
#A7F411 (or 0xA7F411) is known color: Spring Bud. HEX triplet: A7, F4 and 11. RGB value is (167,244,17). Sum of RGB (Red+Green+Blue) = 167+244+17=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 244 (95.70% from 255 or 57.01% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 244 - color contains mainly: green. Hex color #A7F411 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F411 is #580BEE. Grayscale: #C3C3C3. Windows color (decimal): -5770223 or 1176743. OLE color: 1176743.
HSL color Cylindrical-coordinate representation of color #A7F411: hue angle of 80.35º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7F411 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 244 | 17 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.04 |
| HSL | 80.35º | 0.91% | 0.51% | - |
| HSV(B) | 80.35º | 0.93% | 0.96% | - |
| XYZ | 48.39 | 72.96 | 12.06 | - |
| YUV | 195.1 | 27.49 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 244 | 17 | 0.32 | 0 | 0.93 | 0.04 | 80.35 | 0.91 | 0.51 |
| Hex | A7 | F4 | 11 | 20 | 0 | 5D | 4 | 50 | 5B | 33 |
| Octal | 247 | 364 | 21 | 40 | 0 | 135 | 4 | 120 | 133 | 63 |
| Binary | 10100111 | 11110100 | 10001 | 100000 | 0 | 1011101 | 100 | 1010000 | 1011011 | 110011 |
Color Harmonies of #A7F411
Complementary color
Monochromatic Colors of #A7F411
Black with #A7F411
Text Example
Text Example
White with #A7F411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F411; }
p { color: rgb(167,244,17); }
H1.HeaderClassName
{
color: #A7F411;
}
.AnyTagClassName
{
color: #A7F411;
}
</style>
background-color css
<style>
a { background-color: #A7F411; }
a { background-color: rgb(167,244,17); }
div.DivClassName
{
background-color: #A7F411;
}
.BgClassName
{
background-color: #A7F411;
}
</style>
border-color css
<style>
span { border-color: #A7F411; }
span { border-color: rgb(167,244,17); }
td.TdClassName
{
border-color: #A7F411;
}
.TagClassName
{
border-color: #A7F411;
}
</style>