Shades of Spring Bud #A8FD07
Tints of Spring Bud #A8FD07
RGB
CMYK
RGB Variations
Color information
#A8FD07 (or 0xA8FD07) is known color: Spring Bud. HEX triplet: A8, FD and 07. RGB value is (168,253,7). Sum of RGB (Red+Green+Blue) = 168+253+7=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 253 (99.22% from 255 or 59.11% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FD07 is #5702F8. Grayscale: #C8C8C8. Windows color (decimal): -5702393 or 523688. OLE color: 523688.
HSL color Cylindrical-coordinate representation of color #A8FD07: hue angle of 80.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8FD07 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 7 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.01 |
| HSL | 80.73º | 0.98% | 0.51% | - |
| HSV(B) | 80.73º | 0.97% | 0.99% | - |
| XYZ | 51.31 | 78.59 | 12.67 | - |
| YUV | 199.54 | 19.34 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 7 | 0.34 | 0 | 0.97 | 0.01 | 80.73 | 0.98 | 0.51 |
| Hex | A8 | FD | 7 | 22 | 0 | 61 | 1 | 51 | 62 | 33 |
| Octal | 250 | 375 | 7 | 42 | 0 | 141 | 1 | 121 | 142 | 63 |
| Binary | 10101000 | 11111101 | 111 | 100010 | 0 | 1100001 | 1 | 1010001 | 1100010 | 110011 |
Color Harmonies of #A8FD07
Complementary color
Monochromatic Colors of #A8FD07
Black with #A8FD07
Text Example
Text Example
White with #A8FD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FD07; }
p { color: rgb(168,253,7); }
H1.HeaderClassName
{
color: #A8FD07;
}
.AnyTagClassName
{
color: #A8FD07;
}
</style>
background-color css
<style>
a { background-color: #A8FD07; }
a { background-color: rgb(168,253,7); }
div.DivClassName
{
background-color: #A8FD07;
}
.BgClassName
{
background-color: #A8FD07;
}
</style>
border-color css
<style>
span { border-color: #A8FD07; }
span { border-color: rgb(168,253,7); }
td.TdClassName
{
border-color: #A8FD07;
}
.TagClassName
{
border-color: #A8FD07;
}
</style>