Shades of Spring Bud #A8ED04
Tints of Spring Bud #A8ED04
RGB
CMYK
RGB Variations
Color information
#A8ED04 (or 0xA8ED04) is known color: Spring Bud. HEX triplet: A8, ED and 04. RGB value is (168,237,4). Sum of RGB (Red+Green+Blue) = 168+237+4=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8ED04 is #5712FB. Grayscale: #BEBEBE. Windows color (decimal): -5706492 or 322984. OLE color: 322984.
HSL color Cylindrical-coordinate representation of color #A8ED04: hue angle of 77.77º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8ED04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.07 |
| HSL | 77.77º | 0.97% | 0.47% | - |
| HSV(B) | 77.77º | 0.98% | 0.93% | - |
| XYZ | 46.45 | 68.9 | 10.97 | - |
| YUV | 189.81 | 23.14 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 4 | 0.29 | 0 | 0.98 | 0.07 | 77.77 | 0.97 | 0.47 |
| Hex | A8 | ED | 4 | 1D | 0 | 62 | 7 | 4E | 61 | 2F |
| Octal | 250 | 355 | 4 | 35 | 0 | 142 | 7 | 116 | 141 | 57 |
| Binary | 10101000 | 11101101 | 100 | 11101 | 0 | 1100010 | 111 | 1001110 | 1100001 | 101111 |
Color Harmonies of #A8ED04
Complementary color
Monochromatic Colors of #A8ED04
Black with #A8ED04
Text Example
Text Example
White with #A8ED04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED04; }
p { color: rgb(168,237,4); }
H1.HeaderClassName
{
color: #A8ED04;
}
.AnyTagClassName
{
color: #A8ED04;
}
</style>
background-color css
<style>
a { background-color: #A8ED04; }
a { background-color: rgb(168,237,4); }
div.DivClassName
{
background-color: #A8ED04;
}
.BgClassName
{
background-color: #A8ED04;
}
</style>
border-color css
<style>
span { border-color: #A8ED04; }
span { border-color: rgb(168,237,4); }
td.TdClassName
{
border-color: #A8ED04;
}
.TagClassName
{
border-color: #A8ED04;
}
</style>