Shades of Spring Bud #A4F706
Tints of Spring Bud #A4F706
RGB
CMYK
RGB Variations
Color information
#A4F706 (or 0xA4F706) is known color: Spring Bud. HEX triplet: A4, F7 and 06. RGB value is (164,247,6). Sum of RGB (Red+Green+Blue) = 164+247+6=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 247 (96.88% from 255 or 59.23% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F706 is #5B08F9. Grayscale: #C3C3C3. Windows color (decimal): -5966074 or 456612. OLE color: 456612.
HSL color Cylindrical-coordinate representation of color #A4F706: hue angle of 80.66º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4F706 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 247 | 6 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.03 |
| HSL | 80.66º | 0.95% | 0.5% | - |
| HSV(B) | 80.66º | 0.98% | 0.97% | - |
| XYZ | 48.6 | 74.43 | 11.98 | - |
| YUV | 194.71 | 21.5 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 247 | 6 | 0.34 | 0 | 0.98 | 0.03 | 80.66 | 0.95 | 0.5 |
| Hex | A4 | F7 | 6 | 22 | 0 | 62 | 3 | 51 | 5F | 32 |
| Octal | 244 | 367 | 6 | 42 | 0 | 142 | 3 | 121 | 137 | 62 |
| Binary | 10100100 | 11110111 | 110 | 100010 | 0 | 1100010 | 11 | 1010001 | 1011111 | 110010 |
Color Harmonies of #A4F706
Complementary color
Monochromatic Colors of #A4F706
Black with #A4F706
Text Example
Text Example
White with #A4F706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F706; }
p { color: rgb(164,247,6); }
H1.HeaderClassName
{
color: #A4F706;
}
.AnyTagClassName
{
color: #A4F706;
}
</style>
background-color css
<style>
a { background-color: #A4F706; }
a { background-color: rgb(164,247,6); }
div.DivClassName
{
background-color: #A4F706;
}
.BgClassName
{
background-color: #A4F706;
}
</style>
border-color css
<style>
span { border-color: #A4F706; }
span { border-color: rgb(164,247,6); }
td.TdClassName
{
border-color: #A4F706;
}
.TagClassName
{
border-color: #A4F706;
}
</style>