Shades of Spring Bud #A7ED03
Tints of Spring Bud #A7ED03
RGB
CMYK
RGB Variations
Color information
#A7ED03 (or 0xA7ED03) is known color: Spring Bud. HEX triplet: A7, ED and 03. RGB value is (167,237,3). Sum of RGB (Red+Green+Blue) = 167+237+3=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 237 (92.97% from 255 or 58.23% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 237 - color contains mainly: green. Hex color #A7ED03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7ED03 is #5812FC. Grayscale: #BEBEBE. Windows color (decimal): -5772029 or 257447. OLE color: 257447.
HSL color Cylindrical-coordinate representation of color #A7ED03: hue angle of 77.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7ED03 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 3 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.07 |
| HSL | 77.95º | 0.98% | 0.47% | - |
| HSV(B) | 77.95º | 0.99% | 0.93% | - |
| XYZ | 46.24 | 68.79 | 10.93 | - |
| YUV | 189.39 | 22.81 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 3 | 0.30 | 0 | 0.99 | 0.07 | 77.95 | 0.98 | 0.47 |
| Hex | A7 | ED | 3 | 1E | 0 | 63 | 7 | 4E | 62 | 2F |
| Octal | 247 | 355 | 3 | 36 | 0 | 143 | 7 | 116 | 142 | 57 |
| Binary | 10100111 | 11101101 | 11 | 11110 | 0 | 1100011 | 111 | 1001110 | 1100010 | 101111 |
Color Harmonies of #A7ED03
Complementary color
Monochromatic Colors of #A7ED03
Black with #A7ED03
Text Example
Text Example
White with #A7ED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ED03; }
p { color: rgb(167,237,3); }
H1.HeaderClassName
{
color: #A7ED03;
}
.AnyTagClassName
{
color: #A7ED03;
}
</style>
background-color css
<style>
a { background-color: #A7ED03; }
a { background-color: rgb(167,237,3); }
div.DivClassName
{
background-color: #A7ED03;
}
.BgClassName
{
background-color: #A7ED03;
}
</style>
border-color css
<style>
span { border-color: #A7ED03; }
span { border-color: rgb(167,237,3); }
td.TdClassName
{
border-color: #A7ED03;
}
.TagClassName
{
border-color: #A7ED03;
}
</style>