Shades of Spring Bud #A8FB07
Tints of Spring Bud #A8FB07
RGB
CMYK
RGB Variations
Color information
#A8FB07 (or 0xA8FB07) is known color: Spring Bud. HEX triplet: A8, FB and 07. RGB value is (168,251,7). Sum of RGB (Red+Green+Blue) = 168+251+7=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 251 (98.44% from 255 or 58.92% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FB07 is #5704F8. Grayscale: #C7C7C7. Windows color (decimal): -5702905 or 523176. OLE color: 523176.
HSL color Cylindrical-coordinate representation of color #A8FB07: hue angle of 80.41º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8FB07 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 7 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.02 |
| HSL | 80.41º | 0.97% | 0.51% | - |
| HSV(B) | 80.41º | 0.97% | 0.98% | - |
| XYZ | 50.68 | 77.33 | 12.46 | - |
| YUV | 198.37 | 20 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 7 | 0.33 | 0 | 0.97 | 0.02 | 80.41 | 0.97 | 0.51 |
| Hex | A8 | FB | 7 | 21 | 0 | 61 | 2 | 50 | 61 | 33 |
| Octal | 250 | 373 | 7 | 41 | 0 | 141 | 2 | 120 | 141 | 63 |
| Binary | 10101000 | 11111011 | 111 | 100001 | 0 | 1100001 | 10 | 1010000 | 1100001 | 110011 |
Color Harmonies of #A8FB07
Complementary color
Monochromatic Colors of #A8FB07
Black with #A8FB07
Text Example
Text Example
White with #A8FB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB07; }
p { color: rgb(168,251,7); }
H1.HeaderClassName
{
color: #A8FB07;
}
.AnyTagClassName
{
color: #A8FB07;
}
</style>
background-color css
<style>
a { background-color: #A8FB07; }
a { background-color: rgb(168,251,7); }
div.DivClassName
{
background-color: #A8FB07;
}
.BgClassName
{
background-color: #A8FB07;
}
</style>
border-color css
<style>
span { border-color: #A8FB07; }
span { border-color: rgb(168,251,7); }
td.TdClassName
{
border-color: #A8FB07;
}
.TagClassName
{
border-color: #A8FB07;
}
</style>