Shades of Spring Bud #A4F702
Tints of Spring Bud #A4F702
RGB
CMYK
RGB Variations
Color information
#A4F702 (or 0xA4F702) is known color: Spring Bud. HEX triplet: A4, F7 and 02. RGB value is (164,247,2). Sum of RGB (Red+Green+Blue) = 164+247+2=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 247 (96.88% from 255 or 59.81% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F702 is #5B08FD. Grayscale: #C3C3C3. Windows color (decimal): -5966078 or 194468. OLE color: 194468.
HSL color Cylindrical-coordinate representation of color #A4F702: hue angle of 80.33º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4F702 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 247 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.03 |
| HSL | 80.33º | 0.98% | 0.49% | - |
| HSV(B) | 80.33º | 0.99% | 0.97% | - |
| XYZ | 48.58 | 74.42 | 11.86 | - |
| YUV | 194.25 | 19.5 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 247 | 2 | 0.34 | 0 | 0.99 | 0.03 | 80.33 | 0.98 | 0.49 |
| Hex | A4 | F7 | 2 | 22 | 0 | 63 | 3 | 50 | 62 | 31 |
| Octal | 244 | 367 | 2 | 42 | 0 | 143 | 3 | 120 | 142 | 61 |
| Binary | 10100100 | 11110111 | 10 | 100010 | 0 | 1100011 | 11 | 1010000 | 1100010 | 110001 |
Color Harmonies of #A4F702
Complementary color
Monochromatic Colors of #A4F702
Black with #A4F702
Text Example
Text Example
White with #A4F702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F702; }
p { color: rgb(164,247,2); }
H1.HeaderClassName
{
color: #A4F702;
}
.AnyTagClassName
{
color: #A4F702;
}
</style>
background-color css
<style>
a { background-color: #A4F702; }
a { background-color: rgb(164,247,2); }
div.DivClassName
{
background-color: #A4F702;
}
.BgClassName
{
background-color: #A4F702;
}
</style>
border-color css
<style>
span { border-color: #A4F702; }
span { border-color: rgb(164,247,2); }
td.TdClassName
{
border-color: #A4F702;
}
.TagClassName
{
border-color: #A4F702;
}
</style>