Shades of Spring Bud #A8F004
Tints of Spring Bud #A8F004
RGB
CMYK
RGB Variations
Color information
#A8F004 (or 0xA8F004) is known color: Spring Bud. HEX triplet: A8, F0 and 04. RGB value is (168,240,4). Sum of RGB (Red+Green+Blue) = 168+240+4=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F004 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F004 is #570FFB. Grayscale: #C0C0C0. Windows color (decimal): -5705724 or 323752. OLE color: 323752.
HSL color Cylindrical-coordinate representation of color #A8F004: hue angle of 78.31º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8F004 is Cyan = 0.3, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 4 | - |
| CMYK | 0.3 | 0 | 0.98 | 0.06 |
| HSL | 78.31º | 0.97% | 0.48% | - |
| HSV(B) | 78.31º | 0.98% | 0.94% | - |
| XYZ | 47.33 | 70.65 | 11.26 | - |
| YUV | 191.57 | 22.15 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 4 | 0.3 | 0 | 0.98 | 0.06 | 78.31 | 0.97 | 0.48 |
| Hex | A8 | F0 | 4 | 1E | 0 | 62 | 6 | 4E | 61 | 30 |
| Octal | 250 | 360 | 4 | 36 | 0 | 142 | 6 | 116 | 141 | 60 |
| Binary | 10101000 | 11110000 | 100 | 11110 | 0 | 1100010 | 110 | 1001110 | 1100001 | 110000 |
Color Harmonies of #A8F004
Complementary color
Monochromatic Colors of #A8F004
Black with #A8F004
Text Example
Text Example
White with #A8F004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F004; }
p { color: rgb(168,240,4); }
H1.HeaderClassName
{
color: #A8F004;
}
.AnyTagClassName
{
color: #A8F004;
}
</style>
background-color css
<style>
a { background-color: #A8F004; }
a { background-color: rgb(168,240,4); }
div.DivClassName
{
background-color: #A8F004;
}
.BgClassName
{
background-color: #A8F004;
}
</style>
border-color css
<style>
span { border-color: #A8F004; }
span { border-color: rgb(168,240,4); }
td.TdClassName
{
border-color: #A8F004;
}
.TagClassName
{
border-color: #A8F004;
}
</style>